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 610130 Details for
Bug 846870
RFE: timeout option cannot be configured individually with multiple direct map entries
[?]
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 - dont bind nfs mount if nobind is set (dependent patch).
autofs-5.0.5-dont-bind-nfs-mount-if-nobind-is-set.patch (text/plain), 852 bytes, created by
Ian Kent
on 2012-09-06 00:58:06 UTC
(
hide
)
Description:
Patch - dont bind nfs mount if nobind is set (dependent patch).
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2012-09-06 00:58:06 UTC
Size:
852 bytes
patch
obsolete
>autofs-5.0.5 - dont bind nfs mount if nobind is set > >From: Ian Kent <ikent@redhat.com> > >If the pseudo option "nobind" is set don't attempt a bind mount >if the file system is local. >--- > > modules/mount_nfs.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > >diff --git a/modules/mount_nfs.c b/modules/mount_nfs.c >index 7b97f66..8b567d2 100644 >--- a/modules/mount_nfs.c >+++ b/modules/mount_nfs.c >@@ -201,7 +201,8 @@ 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 (!nosymlink && !port_opt && this->proximity == PROXIMITY_LOCAL) { >+ if (!(nosymlink || nobind) && >+ !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 846870
:
610129
| 610130 |
610131
|
610132