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 296000 Details for
Bug 435032
autofs fails to mount nfs4 when client and server are same machine
[?]
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]
Check the nosymlink option during mount to determine if a bind should be performed.
autofs-4.1.3-check-nosymlink-when-port-specified.patch (text/plain), 530 bytes, created by
Jeff Moyer
on 2008-02-26 22:24:25 UTC
(
hide
)
Description:
Check the nosymlink option during mount to determine if a bind should be performed.
Filename:
MIME Type:
Creator:
Jeff Moyer
Created:
2008-02-26 22:24:25 UTC
Size:
530 bytes
patch
obsolete
>--- autofs-4.1.3/modules/mount_nfs.c.orig 2008-02-26 17:18:46.000000000 -0500 >+++ autofs-4.1.3/modules/mount_nfs.c 2008-02-26 17:18:46.000000000 -0500 >@@ -236,7 +236,8 @@ int mount_mount(const char *root, const > port_opt = strstr(nfsoptions, "port="); > > /* Port option specified, don't try to bind */ >- if (!port_opt && this->proximity == PROXIMITY_LOCAL) { >+ if (!nosymlink && >+ !port_opt && this->proximity == PROXIMITY_LOCAL) { > /* Local host -- do a "bind" */ > const char *bind_options = ro ? "ro" : ""; >
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 435032
: 296000