mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: drop * from dmsetup
We cannot use shell expansion for dmsetup here.
This commit is contained in:
parent
bc5031c283
commit
9acbb0695f
@ -41,7 +41,7 @@ wait
|
||||
# Simulate reboot - forcibly remove related devices
|
||||
dmsetup table
|
||||
dmsetup remove $vg-$lv1
|
||||
dmsetup remove "$DM_DEV_DIR/mapper/$vg-pvmove0*"
|
||||
dmsetup remove "$DM_DEV_DIR/mapper/$vg-pvmove0"
|
||||
|
||||
# Check we really have pvmove volume
|
||||
check lv_attr_bit type $vg/pvmove0 "p"
|
||||
|
Loading…
Reference in New Issue
Block a user