Bug 858442

Summary: [3.3.0] Mount options "noauto" and "_netdev" should be silently ignored
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Scott Haines <shaines>
Component: glusterfsAssignee: Krutika Dhananjay <kdhananj>
Status: CLOSED ERRATA QA Contact: shylesh <shmohan>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: amarts, gluster-bugs, joe, lubo.rintel, ndevos, rfortier, rhs-bugs, sia, vbellur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.3.0.5rhs-43 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 848320 Environment:
Last Closed: 2013-04-04 09:12:04 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:
Bug Depends On: 827121, 848320    
Bug Blocks:    

Comment 2 Amar Tumballi 2012-10-19 05:15:52 UTC
Krutika, can you please backport the upstream patch to downstream RHS2.0?

Comment 3 Amar Tumballi 2013-02-13 12:01:25 UTC
the bug has all the acks given and is slotted only for 2.0.z branch. Should we target it in update4? (and patch also is posted).

Comment 4 Scott Haines 2013-02-18 18:11:43 UTC
Per 02/18 program call, agreed to target for Anshi release.

Comment 5 shylesh 2013-03-11 04:21:50 UTC
In version 3.3.0.5rhs-42
[root@RHEL6 rpm-42]# mount -t glusterfs -o noauto -o _netdev  10.70.35.230:dist /mnt
unknown option noauto (ignored)
unknown option _netdev (ignored)

In version 3.3.0.5rhs-43 these options will be silently ignored

Comment 6 Niels de Vos 2013-04-04 09:12:04 UTC
The changes are available in the latest errata:
- http://rhn.redhat.com/errata/RHSA-2013-0691.html

Verification of the patched script:
[root@rhs-1 ~]# rpm -qf /sbin/mount.glusterfs 
glusterfs-fuse-3.3.0.7rhs-1.el6rhs.x86_64
[root@rhs-1 ~]# grep -e noauto -e _netdev /sbin/mount.glusterfs
                    "noauto")   ;;
                    "_netdev")  ;;