nfsmount.conf: Fix typo of the attribute name (RHEL-7904)
JIRA: https://issues.redhat.com/browse/RHEL-7904 commit 608591ddf1ee59c4dda82ceca3f27c90486c5618 Author: Yongcheng Yang <yongcheng.yang@gmail.com> Date: Wed Apr 5 12:11:53 2023 -0400 nfsmount.conf: Fix typo of the attribute name Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com> Signed-off-by: Steve Dickson <steved@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com> Resolves: RHEL-7904
This commit is contained in:
parent
0ea60b6cc1
commit
f29bef4bb3
30
nfs-utils-2.5.4-mount-mountconf-typo.patch
Normal file
30
nfs-utils-2.5.4-mount-mountconf-typo.patch
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
commit 608591ddf1ee59c4dda82ceca3f27c90486c5618
|
||||||
|
Author: Yongcheng Yang <yongcheng.yang@gmail.com>
|
||||||
|
Date: Wed Apr 5 12:11:53 2023 -0400
|
||||||
|
|
||||||
|
nfsmount.conf: Fix typo of the attribute name
|
||||||
|
|
||||||
|
Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
|
||||||
|
Signed-off-by: Steve Dickson <steved@redhat.com>
|
||||||
|
|
||||||
|
diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf
|
||||||
|
index 342063f..c498eb8 100644
|
||||||
|
--- a/utils/mount/nfsmount.conf
|
||||||
|
+++ b/utils/mount/nfsmount.conf
|
||||||
|
@@ -59,13 +59,13 @@
|
||||||
|
# acregmin=30
|
||||||
|
#
|
||||||
|
# The Maximum time (in seconds) file attributes are cached
|
||||||
|
-# acregmin=60
|
||||||
|
+# acregmax=60
|
||||||
|
#
|
||||||
|
# The minimum time (in seconds) directory attributes are cached
|
||||||
|
-# acregmin=30
|
||||||
|
+# acdirmin=30
|
||||||
|
#
|
||||||
|
# The Maximum time (in seconds) directory attributes are cached
|
||||||
|
-# acregmin=60
|
||||||
|
+# acdirmax=60
|
||||||
|
#
|
||||||
|
# Enable Access Control Lists
|
||||||
|
# Acl=False
|
@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
|||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
URL: http://linux-nfs.org/
|
URL: http://linux-nfs.org/
|
||||||
Version: 2.5.4
|
Version: 2.5.4
|
||||||
Release: 21%{?dist}
|
Release: 22%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -53,6 +53,7 @@ Patch018: nfs-utils-2.5.4-man-nfsconf.patch
|
|||||||
#
|
#
|
||||||
Patch019: nfs-utils-2.5.4-gssd-dns-failure.patch
|
Patch019: nfs-utils-2.5.4-gssd-dns-failure.patch
|
||||||
Patch020: nfs-utils-2.5.4-gssd-bad-integ-error-support.patch
|
Patch020: nfs-utils-2.5.4-gssd-bad-integ-error-support.patch
|
||||||
|
Patch021: nfs-utils-2.5.4-mount-mountconf-typo.patch
|
||||||
|
|
||||||
Patch100: nfs-utils-1.2.1-statdpath-man.patch
|
Patch100: nfs-utils-1.2.1-statdpath-man.patch
|
||||||
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
|
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
|
||||||
@ -494,6 +495,8 @@ fi
|
|||||||
%{_mandir}/*/nfsiostat.8.gz
|
%{_mandir}/*/nfsiostat.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2024 Steve Dickson <steved@redhat.com> 2.5.4-22
|
||||||
|
- nfsmount.conf: Fix typo of the attribute name (RHEL-7904)
|
||||||
|
|
||||||
* Thur Jan 11 2024 Steve Dickson <steved@redhat.com> 2.5.4-21
|
* Thur Jan 11 2024 Steve Dickson <steved@redhat.com> 2.5.4-21
|
||||||
- gssd: fix handling DNS lookup failure (RHEL-15035)
|
- gssd: fix handling DNS lookup failure (RHEL-15035)
|
||||||
|
Loading…
Reference in New Issue
Block a user