using glusterfs-fuse-3.6.2beta1-0.55.git443cda3.el7.centos.x86_64 util-linux-2.23.2-20.el7.x86_64 # mount --help|grep verbose -v, --verbose say what is being done # mount --verbose -t glusterfs 192.168.1.108:/he /tmp/test /sbin/mount.glusterfs: illegal option -- v Usage: /sbin/mount.glusterfs <volumeserver>:<volumeid/volumeport> -o<options> <mountpoint> Options: man 8 /sbin/mount.glusterfs To display the version number of the mount helper: /sbin/mount.glusterfs -V
The xlators/mount/fuse/utils/mount.glusterfs.in script would need to accept the -v option. Possibly it should add the --log-file=/dev/stderr to the parameters passed to the glusterfs binary.
REVIEW: http://review.gluster.org/11469 (scripts: add mount --verbose option) posted (#1) for review on master by Prasanna Kumar Kalever
REVIEW: http://review.gluster.org/11469 (scripts: add mount --verbose option) posted (#2) for review on master by Prasanna Kumar Kalever
*** Bug 1289787 has been marked as a duplicate of this bug. ***
REVIEW: http://review.gluster.org/11469 (scripts: add mount --verbose option) posted (#3) for review on master by Prasanna Kumar Kalever (pkalever)
REVIEW: http://review.gluster.org/11469 (scripts: add mount --verbose option) posted (#4) for review on master by Prasanna Kumar Kalever (pkalever)
REVIEW: http://review.gluster.org/11469 (scripts: add mount --verbose option) posted (#5) for review on master by Prasanna Kumar Kalever (pkalever)
This is now fixed in master by https://review.gluster.org/21295 *** This bug has been marked as a duplicate of bug 1564890 ***