On 7/29/26 12:17, Kevin Wolf wrote: ..
Using _rm_test_img should do the trick for 161 because it only supports file and fuse anyway. Those are the obvious two protocols that work with _rm_test_img.
actually it wont. Because among others, _rm_test_img run `qemu-img info` on the image in question, and this is not working either while it's in use: $ qemu-img info test.qcow2 qemu-img: Could not open 'test.qcow2': Failed to get shared "write" lock Is another process using the image [test.qcow2]? this is exactly the problem we're trying to avoid :) /mjt
