#!/bin/sh
vg=vg1
lvcreate -L 32M -n clean-test $vg
zcat lvol-x.gz >/dev/$vg/clean-test
lvremove -f $vg/clean-test
lvcreate -L 32M -n clean-test $vg
