1. ./test-utils.sh 2 3aux prepare_vg 3 4 5lvcreate -m 1 -l 1 -n mirror $vg 6lvchange -a n $vg/mirror 7disable_dev $dev1 8 9not vgreduce --removemissing $vg 10not lvchange -v -a y $vg/mirror 11lvchange -v --partial -a y $vg/mirror 12 13# also check that vgchange works 14vgchange -a n --partial $vg 15vgchange -a y --partial $vg 16