mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-25 13:49:28 +03:00
test: Downgrade lvmetad-lvm1 failure to a warning.
This commit is contained in:
@ -14,9 +14,9 @@
|
||||
test -e LOCAL_LVMETAD || skip
|
||||
aux prepare_devs 2
|
||||
pvcreate --metadatatype 1 $dev1
|
||||
vgscan --cache
|
||||
pvs | grep $dev1
|
||||
should vgscan --cache
|
||||
pvs | should grep $dev1
|
||||
vgcreate --metadatatype 1 $vg1 $dev1
|
||||
vgscan --cache
|
||||
vgs | grep $vg1
|
||||
pvs | grep $dev1
|
||||
should vgscan --cache
|
||||
vgs | should grep $vg1
|
||||
pvs | should grep $dev1
|
||||
|
Reference in New Issue
Block a user