Comment 11 for bug 1103047

Revision history for this message
Steve Langasek (vorlon) wrote :

Bruno, your first pastebin shows:

local 3/3 remote 0/1 virtual 11/11 swap 0/0
mounting event handled for /var/www
mounting event sent for /var/www
mounting event handled for /var/www
unknown option _netdev (ignored)
mounted event handled for /var/www
remote finished

This tells us several things:

 - using _netdev causes mountall to correctly identify /var/www as a remote mount
 - the _netdev option is passed to the mount command (which is probably a bug), and is not understood by the glusterfs mount helper, but is ignored and does *not* cause the mount to fail
 - when run after boot, mountall has no difficulty mounting glusterfs.

But I really need to see a log of mountall from *boot* time, showing the failure to mount when using _netdev.