RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 840025 - autofs 5.0.5-54 fails to mount share on IPv6 netapp
Summary: autofs 5.0.5-54 fails to mount share on IPv6 netapp
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: autofs
Version: 6.3
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Ian Kent
QA Contact: JianHong Yin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-13 13:28 UTC by Timo Trinks
Modified: 2022-12-05 03:16 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-06 12:56:06 UTC
Target Upstream Version:
Embargoed:
ttrinks: needinfo-


Attachments (Terms of Use)
autofs 5.0.5-55 debug info (3.67 KB, text/plain)
2013-05-07 10:49 UTC, Timo Trinks
no flags Details

Description Timo Trinks 2012-07-13 13:28:27 UTC
Description of problem:
After upgrading all packages including autofs to latest on Red Hat Enterprise Linux 6.3 pure IPv6 host autofs refuses to mount shares on IPv6 netapp:

Jul 13 07:57:13 XXXX automount[2010]: mount_mount: mount(nfs): root=/XX 
name=XXXX what=netapp01-ipv6.XX.XX.XX.XX:/XX/XX/XX, 
fstype=nfs,options=rw,vers=3,rsize=32768,wsize=32768,hard,intr,nosuid,
nodev,noatime,async
Jul 13 07:57:13 XXXX automount[2010]: mount_mount: mount(nfs): nfs
options="rw,vers=3,rsize=32768,wsize=32768,hard,intr,nosuid,nodev,noatime,
async", nosymlink=0, ro=0
Jul 13 07:57:13 XXXX automount[2010]: get_nfs_info: called with host
netapp01-ipv6.XX.XX.XX.XX:/XX/XX/XX(<insertIPv6addresshere>) proto tcp version 0x70
Jul 13 07:57:13 XXXX automount[2010]: get_nfs_info: called with host
netapp01-ipv6.XX.XX.XX.XX:/XX/XX/XX(<insertIPv6addresshere>) proto tcp version 0x70
Jul 13 07:57:13 XXXX automount[2010]: mount(nfs): no hosts available
Jul 13 07:57:13 XXXX automount[2010]: dev_ioctl_send_fail: token = 117
Jul 13 07:57:13 XXXX automount[2010]: failed to mount /XX/XXXX

Version-Release number of selected component (if applicable):
autofs-5.0.5-54.el6.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Upgrade to autofs-5.0.5-54.el6.x86_64 on Red Hat Enterprise Linux 6.3 pure IPv6 host
2. Start autofs
3. No bananas (automount[2010]: failed to mount /XX/XXXX)
  
Actual results:
Jul 13 07:57:13 XXXX automount[2010]: mount(nfs): no hosts available
Jul 13 07:57:13 XXXX automount[2010]: dev_ioctl_send_fail: token = 117
Jul 13 07:57:13 XXXX automount[2010]: failed to mount /XX/XXXX

Expected results:
/XX/XXXX mounted

Additional info:
After downgrading to autofs-5.0.5-46.el6.x86_64 share(s) on IPv6 netapp 
got automounted again

Comment 2 Tomas Herfert 2012-07-13 14:08:32 UTC
FYI - similar (if not the same) problem was just recently fixed:
https://bugzilla.redhat.com/show_bug.cgi?id=753964

Comment 3 Ian Kent 2012-07-13 15:18:01 UTC
(In reply to comment #2)
> FYI - similar (if not the same) problem was just recently fixed:
> https://bugzilla.redhat.com/show_bug.cgi?id=753964

It's a different bug.

You should be able to work around this by setting MOUNT_WAIT
in the autofs configuration to somthing other that -1, say 30
for example. That will bypass the rpc server availability check
you see in the log.

I'll still need to work out what's wrong with the rpc code
though.

Comment 4 Ian Kent 2012-07-16 07:34:15 UTC
(In reply to comment #3)
> 
> I'll still need to work out what's wrong with the rpc code
> though.

And I can't reproduce the problem.
There must be something different in the environment I'm not
aware of, any thoughts?

Comment 5 Ian Kent 2012-09-11 02:05:14 UTC
Could you please try the package at:
http://people.redhat.com/~ikent/autofs-5.0.5-55.el6

and post the debug log from it.

Comment 9 Ian Kent 2013-03-05 03:36:40 UTC
(In reply to comment #5)
> Could you please try the package at:
> http://people.redhat.com/~ikent/autofs-5.0.5-55.el6
> 
> and post the debug log from it.

Is this still a problem using the latest autofs?
Please post a debug log from the latest autofs if it is.

Comment 11 Ian Kent 2013-05-07 03:29:17 UTC
(In reply to comment #9)
> (In reply to comment #5)
> > Could you please try the package at:
> > http://people.redhat.com/~ikent/autofs-5.0.5-55.el6
> > 
> > and post the debug log from it.
> 
> Is this still a problem using the latest autofs?
> Please post a debug log from the latest autofs if it is.

Still waiting for more info?

Comment 13 Timo Trinks 2013-05-07 10:49:01 UTC
Created attachment 744671 [details]
autofs 5.0.5-55 debug info

Comment 14 Timo Trinks 2013-05-07 10:56:01 UTC
Hi Ian, 

I'm still hitting this issue using your proposed autofs version [1]
(see attached debug info) or the latest version of autofs for RHEL 
6.4 (5.0.5-74). No such thing with autofs 5.0.5-46.

Thanks,

Timo

[1] http://people.redhat.com/~ikent/autofs-5.0.5-55.el6

Comment 18 Ian Kent 2015-11-30 07:13:19 UTC
Is this still a problem with the current autofs (presumably
you were able to work around it by setting MOUNT_WAIT > 0)?
What base RHEL release are you using now?

Comment 21 Jan Kurik 2017-12-06 12:56:06 UTC
Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production 3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent Priority Bug Fix Advisories (RHBAs) may be released as they become available.

The official life cycle policy can be reviewed here:

http://redhat.com/rhel/lifecycle

This issue does not meet the inclusion criteria for the Production 3 Phase and will be marked as CLOSED/WONTFIX. If this remains a critical requirement, please contact Red Hat Customer Support to request a re-evaluation of the issue, citing a clear business justification. Note that a strong business justification will be required for re-evaluation. Red Hat Customer Support can be contacted via the Red Hat Customer Portal at the following URL:

https://access.redhat.com/


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