mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
16 lines
307 B
Bash
16 lines
307 B
Bash
. ./test-utils.sh
|
|
|
|
aux prepare_vg 3
|
|
|
|
lvcreate -m 1 -l 1 -n mirror $vg
|
|
lvchange -a n $vg/mirror
|
|
disable_dev $dev1
|
|
|
|
not vgreduce --removemissing $vg
|
|
not lvchange -v -a y $vg/mirror
|
|
lvchange -v --partial -a y $vg/mirror
|
|
|
|
# also check that vgchange works
|
|
vgchange -a n --partial $vg
|
|
vgchange -a y --partial $vg
|