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 161943 Details for
Bug 253625
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]
Patch to check for "nosymlink" option at nfs mount time
autofs-5.0.2-fix-mount-nfs-nosymlink.patch (text/plain), 549 bytes, created by
Ian Kent
on 2007-08-21 02:49:02 UTC
(
hide
)
Description:
Patch to check for "nosymlink" option at nfs mount time
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-08-21 02:49:02 UTC
Size:
549 bytes
patch
obsolete
>diff --git a/modules/mount_nfs.c b/modules/mount_nfs.c >index 25f72b9..e7a9a8a 100644 >--- a/modules/mount_nfs.c >+++ b/modules/mount_nfs.c >@@ -214,7 +214,7 @@ int mount_mount(struct autofs_point *ap, const char *root, const char *name, int > 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 253625
: 161943