v0.10.3: Try to fix dmsetup device busy errors (#8)
* Revert "Add more debugging context to dmsetup remove (#7)" This reverts commit 543bdae37fe235a1d78d093399bb310daa13a1d1. * Try to fix dmsetup device busy errors With a test script, I was able to reproduce this race condition and it seems to go away when we separately remove the devices in the counter-order they depend on each other.