diff options
author | Steve Dickson <steved@redhat.com> | 2014-04-29 14:40:56 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-04-29 14:40:56 -0400 |
commit | e8d63ff3b4dddcd3a3ff4e8d3c4db371ba665056 (patch) | |
tree | 479b111cd95d9c08d1fabed21c2ef06144ebf5ec | |
parent | edbbbe099bf4d4902f29d087239d6d159ac2187d (diff) | |
download | nfs-utils-e8d63ff3b4dddcd3a3ff4e8d3c4db371ba665056.tar.gz nfs-utils-e8d63ff3b4dddcd3a3ff4e8d3c4db371ba665056.tar.xz nfs-utils-e8d63ff3b4dddcd3a3ff4e8d3c4db371ba665056.zip |
Added more (commented out) options to nfsmount.conf
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/mount/nfsmount.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf index 9b8ff4a..aeb3023 100644 --- a/utils/mount/nfsmount.conf +++ b/utils/mount/nfsmount.conf @@ -133,3 +133,12 @@ # RPCGSS security flavors # [none, sys, krb5, krb5i, krb5p ] # Sec=sys +# +# Allow Signals to interrupt file operations +# Intr=True +# +# Specifies how the kernel manages its cache of directory +# Lookupcache=all|none|pos|positive +# +# Turn of the caching of that access time +# noatime=True |