mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
print any loop devs that weren't torn down
This commit is contained in:
parent
23ad430648
commit
456d357692
@ -89,6 +89,9 @@ teardown_devs() {
|
|||||||
|
|
||||||
# Delete any remaining dm/udev semaphores
|
# Delete any remaining dm/udev semaphores
|
||||||
dmsetup udevcomplete_all -y
|
dmsetup udevcomplete_all -y
|
||||||
|
|
||||||
|
# Display any loop devices that failed to get torn down
|
||||||
|
losetup -a
|
||||||
}
|
}
|
||||||
|
|
||||||
teardown() {
|
teardown() {
|
||||||
|
Loading…
Reference in New Issue
Block a user