Bug 1297195 - no-mtab (-n) mount option ignore next mount option
Summary: no-mtab (-n) mount option ignore next mount option
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: fuse
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Niels de Vos
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1297209
TreeView+ depends on / blocked
 
Reported: 2016-01-10 12:15 UTC by Niels de Vos
Modified: 2016-06-16 13:54 UTC (History)
1 user (show)

Fixed In Version: glusterfs-3.8rc2
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1297209 (view as bug list)
Environment:
Last Closed: 2016-06-16 13:54:13 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Niels de Vos 2016-01-10 12:15:18 UTC
Description of problem:
The -n option does not take any arguments. It seems like this shift is removing the next option.

Version-Release number of selected component (if applicable):
all

How reproducible:
100%

Steps to Reproduce:
1. mount -t glusterfs -n -o ro storage.example.com:/volume /mnt
2. verify that the volume is mounted read-only (it is not)

Actual results:
The option after "-n" is skipped, if this is the "-o .." option, all mount options are ignored.

Expected results:
Mounting with "-n" should not affect any of the options it follows.

Additional info:

Comment 1 Vijay Bellur 2016-01-10 12:15:44 UTC
REVIEW: http://review.gluster.org/12988 (no-mtab (-n) mount option ignore next mount option) posted (#2) for review on master by Niels de Vos (ndevos)

Comment 2 Vijay Bellur 2016-01-10 19:28:46 UTC
COMMIT: http://review.gluster.org/12988 committed in master by Kaleb KEITHLEY (kkeithle) 
------
commit 9e7cd9456532caa7b255978b4b435418c04e0db9
Author: James Augustine <jcaugust81>
Date:   Wed Dec 16 14:56:11 2015 -0600

    no-mtab (-n) mount option ignore next mount option
    
    The -n option does not take any arguments. It seems like this shift is
    removing the next option. On my CentOS 7 system, automount calls
    mount.glusterfs with the parameters:
     host:/volume /mountpoint -n -o rw,acl,_netdev
    This causes the -o option to be siliently ignored.
    
    Change-Id: Ice3c877f6ab346b04292e3dfed968d04d15077a5
    BUG: 1297195
    Signed-off-by: James Augustine <jcaugust81>
    Reviewed-on: http://review.gluster.org/12988
    Reviewed-by: Niels de Vos <ndevos>
    Tested-by: Niels de Vos <ndevos>

Comment 3 Niels de Vos 2016-06-16 13:54:13 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report.

glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user


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