Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 594218 Details for
Bug 834641
autofs requires portmapper on server for NFSv4 mounts
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch - fix nfs4 contacts portmap
autofs-5.0.6-fix-nfs4-contacts-portmap.patch (text/plain), 1.08 KB, created by
Ian Kent
on 2012-06-25 15:21:24 UTC
(
hide
)
Description:
Patch - fix nfs4 contacts portmap
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2012-06-25 15:21:24 UTC
Size:
1.08 KB
patch
obsolete
>autofs-5.0.6 - fix nfs4 contacts portmap > >From: Ian Kent <ikent@redhat.com> > >When an fstype of nfs4 is specified probing the server for availability >should not need to contact the portmapper, it should use either the port >specified by the port= option or use port 2049. > >However, in function modules/replicated.c:get_nfs_info() a check for the >port= option, and subsequent portmap lookup when not it's not present, is >done before the check for whether nfsv3 is to be checked at all. > >Oops! >--- > > modules/replicated.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > >--- autofs-5.0.5.orig/modules/replicated.c >+++ autofs-5.0.5/modules/replicated.c >@@ -589,6 +589,9 @@ static unsigned int get_nfs_info(unsigne > } > > v3_ver: >+ if (!(version & NFS3_REQUESTED)) >+ goto v2_ver; >+ > if (!have_port_opt) { > status = rpc_portmap_getclient(pm_info, > host->name, host->addr, host->addr_len, >@@ -600,9 +603,6 @@ v3_ver: > goto done_ver; > } > >- if (!(version & NFS3_REQUESTED)) >- goto v2_ver; >- > if (have_port_opt) { > if (!(rpc_info->port = get_port_option(options))) > goto done_ver;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 834641
:
594192
| 594218 |
594251
|
610722