Running into the same issue here, I can't get glusterfs to mount at
boot.

System: Ubuntu 13.04
Output from mountall --verbose:

mount /export/brick0 [2508] exited normally
Usage: glusterfs [OPTION...] --volfile-server=SERVER [MOUNT-POINT]
  or:  glusterfs [OPTION...] --volfile=VOLFILE [MOUNT-POINT]
Try `glusterfs --help' or `glusterfs --usage' for more information.
mount /gluster [2509] exited normally

The 'exited normally' seems wrong, too.

Output from mountall --verbose --debug:
run_mount: mtab /gluster
spawn: mount -f -t fuse.glusterfs -o defaults localhost:/gv0 /gluster
spawn: mount /gluster [2599]
Usage: glusterfs [OPTION...] --volfile-server=SERVER [MOUNT-POINT]
  or:  glusterfs [OPTION...] --volfile=VOLFILE [MOUNT-POINT]
Try `glusterfs --help' or `glusterfs --usage' for more information.
mount /gluster [2599] exited normally

My fstab entry:
localhost:/gv0  /gluster        glusterfs       defaults,nobootwait     0       0

It seems that mountall tries to emit "mount -f -t fuse.glusterfs", which fails.
mount -f -t glusterfs (with the same arguments) does work, but I can find no 
documentation on mountall and where it could
have decided to prepend the 'fuse' part.

Note that I have /sbin/mount.glusterfs, which is not part of Ubuntu but
from a PPA.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205075

Title:
  mountall doesn't treat glusterfs correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1205075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to