Hide Forgot
While mounting GlusterFS if the mount point does not exist no proper error is shown but usage message is printed which is rather confusing. # mount -t glusterfs hostname:foo /non/existing/dir Usage: mount.glusterfs <volumeserver>:<volumeid/volumeport> -o <options> <mountpoint> Options: man 8 mount.glusterfs To display the version number of the mount helper: mount.glusterfs --version ===================== Print a directory does not exist error.
PATCH: http://patches.gluster.com/patch/7548 in master (Print error message to report missing mount point.)
[root@centos-qa-client-2 ~]# mount -t glusterfs 10.1.12.135:/dr1 /mnt/blah_blah ERROR: Mount point does not exist. Usage: mount.glusterfs <volumeserver>:<volumeid/volumeport> -o <options> <mountpoint> Options: man 8 mount.glusterfs To display the version number of the mount helper: