Bug 1289787 - "mount -av" output /sbin/mount.glusterfs: illegal option -- v
Summary: "mount -av" output /sbin/mount.glusterfs: illegal option -- v
Keywords:
Status: CLOSED DUPLICATE of bug 1182145
Alias: None
Product: GlusterFS
Classification: Community
Component: scripts
Version: 3.7.1
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-09 00:19 UTC by JS
Modified: 2015-12-09 00:26 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-09 00:26:11 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.