mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Add a simple test for partial activation.
This commit is contained in:
parent
a32ff29cd8
commit
ba925bddf1
12
test/t-partial-activate.sh
Normal file
12
test/t-partial-activate.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user