1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Add a simple test for partial activation.

This commit is contained in:
Petr Rockai 2008-09-29 16:04:57 +00:00
parent f3b7baa84e
commit 370b4f1b9e

View File

@ -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