mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
12 lines
217 B
Bash
12 lines
217 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
|