Comment 2 for bug 1013689

Revision history for this message
Richard W.M. Jones (rich-annexia) wrote :

I don't think the fix is correct.

There is a general problem with Linux which is that you always have
to be prepared to retry the 'fusermount -u' program, since other
daemons (particularly from udev rules) jump into newly mounted
filesystems and keep them open.

In the newer mount-local API which should replace external guestmount
we provide a 'retry' flag to do this automatically.