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 159973 Details for
Bug 249557
bring consistency to intr mount option for all nfs flavors
[?]
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 -- make intr the default for v2/3 and fix manpage
nfs-utils-1.0.12-mount-default-intr.patch (text/plain), 1.25 KB, created by
Jeff Layton
on 2007-07-25 19:18:40 UTC
(
hide
)
Description:
patch -- make intr the default for v2/3 and fix manpage
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-07-25 19:18:40 UTC
Size:
1.25 KB
patch
obsolete
>diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man >index e66daba..9f238ba 100644 >--- a/utils/mount/nfs.man >+++ b/utils/mount/nfs.man >@@ -234,11 +234,12 @@ If an NFS file operation has a major timeout then report > "server not responding" on the console and continue retrying indefinitely. > This is the default. > .TP 1.5i >-.I intr >+.I nointr > If an NFS file operation has a major timeout and it is hard mounted, >-then allow signals to interupt the file operation and cause it to >-return EINTR to the calling program. The default is to not >-allow file operations to be interrupted. >+then a signal will allow the operation to be interrupted and EINTR >+returned to the calling program. This option disables this, causing >+signals to be ignored in this situation. The default is to allow file >+operations to be interrupted by signals. > .TP 1.5i > .I posix > Mount the NFS filesystem using POSIX semantics. This allows >diff --git a/utils/mount/nfsmount.c b/utils/mount/nfsmount.c >index 6949b50..09c5209 100644 >--- a/utils/mount/nfsmount.c >+++ b/utils/mount/nfsmount.c >@@ -167,7 +167,7 @@ parse_options(char *old_opts, struct nfs_mount_data *data, > char cbuf[128]; > int open_quote = 0; > >- data->flags = 0; >+ data->flags = NFS_MOUNT_INTR; > *bg = 0; > > len = strlen(new_opts);
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 249557
:
159934
| 159973 |
159974