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 1474851 Details for
Bug 1598640
Server availability probe broke tunneling nfs via localhost - [RHEL-7.6]
[?]
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 probe NFSv2 by default
autofs-5.1.3-dont-probe-NFSv2-by-default.patch (text/plain), 1.02 KB, created by
Ian Kent
on 2018-08-10 02:01:52 UTC
(
hide
)
Description:
Patch - dont probe NFSv2 by default
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2018-08-10 02:01:52 UTC
Size:
1.02 KB
patch
obsolete
>autofs-5.1.3 - dont probe NFSv2 by default > >From: Ian Kent <raven@themaw.net> > >NFS v2 hasn't been recommended for use for a long time now so don't >include it in the avialability probe unless it is specified as an >NFS mount option. > >Signed-off-by: Ian Kent <raven@themaw.net> >--- > CHANGELOG | 1 + > include/replicated.h | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >--- autofs-5.0.7.orig/CHANGELOG >+++ autofs-5.0.7/CHANGELOG >@@ -305,6 +305,7 @@ > - mark removed cache entry negative. > - remove some redundant rpc library code. > - add port parameter to rpc_ping(). >+- dont probe NFSv2 by default. > > 25/07/2012 autofs-5.0.7 > ======================= >--- autofs-5.0.7.orig/include/replicated.h >+++ autofs-5.0.7/include/replicated.h >@@ -26,7 +26,7 @@ > #define NFS2_SUPPORTED 0x0010 > #define NFS3_SUPPORTED 0x0020 > #define NFS4_SUPPORTED 0x0040 >-#define NFS_VERS_MASK (NFS2_SUPPORTED|NFS3_SUPPORTED) >+#define NFS_VERS_MASK (NFS3_SUPPORTED) > #define NFS4_VERS_MASK (NFS4_SUPPORTED) > > #define NFS2_REQUESTED NFS2_SUPPORTED
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 1598640
:
1474849
|
1474850
| 1474851 |
1474852