mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
fuse: tests: Add some debugging to test-fuse-umount-race.sh.
This test fails on recent kernels, sometimes. Apparently calling 'fusermount -u mp' can exit with an EBUSY error, but still unmount the filesystem. Or possibly guestmount crashes coincidentally. It's impossible to debug because debugging tools like strace prevent fuse from working at all.
This commit is contained in:
@@ -61,7 +61,7 @@ pid="$(cat test.pid)"
|
||||
timeout=10
|
||||
|
||||
# Unmount the mountpoint.
|
||||
./guestunmount mp
|
||||
./guestunmount -v mp
|
||||
|
||||
# Wait for guestmount to exit.
|
||||
count=$timeout
|
||||
|
||||
Reference in New Issue
Block a user