1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-04-01 18:50:41 +03:00

Add pvchange -u --all to testsuite.

This can be an interesting test case when using PVs with --metadatacopies 0.
This commit is contained in:
Dave Wysochanski 2010-03-17 17:02:01 +00:00
parent 0e57141bb5
commit e9e5dbb628

View File

@ -46,6 +46,8 @@ vgcreate $vg1 $dev1 $dev2
pvchange -u $dev1
pvchange -u $dev2
vg_validate_pvlv_counts_ $vg1 2 0 0
pvchange -u --all
vg_validate_pvlv_counts_ $vg1 2 0 0
# "pvchange rejects uuid change under an active lv"
lvcreate -l 16 -i 2 -n $lv --alloc anywhere $vg1