1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

test: lvmetad-ambiguous

update for duplicate changes
This commit is contained in:
David Teigland 2016-04-22 16:11:01 -05:00
parent d4d1d5ac3e
commit 29a8012724

View File

@ -26,11 +26,11 @@ dmsetup create -u TEST-${PREFIX}pv1 ${PREFIX}pv1 ${PREFIX}pv1.table
aux finish_udev_transaction
# re-scan them
pvscan --cache "$dev1"
pvscan --cache "$dev2"
pvscan --cache "$dev1" || true
pvscan --cache "$dev2" || true
# expect both to be there
pvs | tee pvs.txt
grep "$dev1" pvs.txt
grep "$dev2" pvs.txt
pvs -a -o name | tee out
grep "$dev1" out
grep "$dev2" out