mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-25 13:49:28 +03:00
use remove -f
This commit is contained in:
@ -117,7 +117,7 @@ teardown_devs() {
|
||||
dmsetup info -c | grep ^$COMMON_PREFIX
|
||||
for dm in $STRAY_DEVS ; do
|
||||
echo dmsetup remove $dm
|
||||
dmsetup remove $dm || true
|
||||
dmsetup remove -f $dm || true
|
||||
done
|
||||
NUM_REMAINING_DEVS=$NUM_DEVS
|
||||
done
|
||||
|
Reference in New Issue
Block a user