diff --git a/test/t-partial-activate.sh b/test/t-partial-activate.sh new file mode 100644 index 000000000..b8b1e0afc --- /dev/null +++ b/test/t-partial-activate.sh @@ -0,0 +1,12 @@ +. ./test-utils.sh + +aux prepare_vg 3 + +lvcreate -m 1 -l 1 -n mirror $vg +lvchange -a n $vg/mirror +disable_dev $dev1 + +# FIXME should this return an error code due to that big fat WARNING? +vgreduce --removemissing $vg +not lvchange -v -a y $vg/mirror +lvchange -v --partial -a y $vg/mirror