1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

print any loop devs that weren't torn down

This commit is contained in:
Alasdair Kergon 2011-06-29 17:37:30 +00:00
parent 23ad430648
commit 456d357692

View File

@ -89,6 +89,9 @@ teardown_devs() {
# Delete any remaining dm/udev semaphores
dmsetup udevcomplete_all -y
# Display any loop devices that failed to get torn down
losetup -a
}
teardown() {