Bug 1289787

Summary: "mount -av" output /sbin/mount.glusterfs: illegal option -- v
Product: [Community] GlusterFS Reporter: JS <joao.santos>
Component: scriptsAssignee: bugs <bugs>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.7.1CC: bugs, gluster-bugs, joe
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-09 00:26:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description JS 2015-12-09 00:19:41 UTC
Description of problem:
Edit /etc/fstab and test with "mount -av" return:
"...
/sbin/mount.glusterfs: illegal option -- v
..."

With "mount -a" works fine

Version-Release number of selected component (if applicable):
Checked with RHEL 7.2 and glusterfs 3.7.1
Checked with CentOS 7.1.1503 and glusterfs 3.7.6

How reproducible:
Allways


Steps to Reproduce:
1.Edit /etc/fstab and add "localhost:/media	/mnt/media	glusterfs	defaults,_netdev	0 0"
2.Run "mount -av" = Return error and don't mount
3.Run "mount -a" = works fine

Expected results:
1.Run "mount -av" and mount as expected

Comment 1 Joe Julian 2015-12-09 00:23:47 UTC
mount.glusterfs needs to interpret the verbose switch.

Comment 2 JS 2015-12-09 00:26:11 UTC

*** This bug has been marked as a duplicate of bug 1182145 ***