[Pkg-libvirt-commits] [libguestfs] 10/21: fuse: tests: Add some debugging to test-fuse-umount-race.sh.
Hilko Bengen
bengen at moszumanska.debian.org
Sun May 3 21:27:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 794aa5129930035454655c7a6ada845de7356296
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Apr 23 19:03:36 2015 +0100
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.
(cherry picked from commit b02980d5af264a436e0efed4f8c7296b9368de4a)
---
fuse/test-fuse-umount-race.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fuse/test-fuse-umount-race.sh b/fuse/test-fuse-umount-race.sh
index e789122..687845e 100755
--- a/fuse/test-fuse-umount-race.sh
+++ b/fuse/test-fuse-umount-race.sh
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list