Enable NFS server RDMA by default (bz 1931565)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
aee312c1fd
commit
aef7264fcf
16
nfs-utils-2.5.3-rdma-on.patch
Normal file
16
nfs-utils-2.5.3-rdma-on.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
diff -up nfs-utils-2.5.3/nfs.conf.orig nfs-utils-2.5.3/nfs.conf
|
||||||
|
--- nfs-utils-2.5.3/nfs.conf.orig 2021-03-16 13:38:43.922161313 -0400
|
||||||
|
+++ nfs-utils-2.5.3/nfs.conf 2021-03-16 13:39:24.560299448 -0400
|
||||||
|
@@ -72,9 +72,9 @@ use-gss-proxy=1
|
||||||
|
# vers4.0=y
|
||||||
|
# vers4.1=y
|
||||||
|
# vers4.2=y
|
||||||
|
-# rdma=n
|
||||||
|
-# rdma-port=20049
|
||||||
|
-#
|
||||||
|
+rdma=y
|
||||||
|
+rdma-port=20049
|
||||||
|
+
|
||||||
|
[statd]
|
||||||
|
# debug=0
|
||||||
|
# port=0
|
@ -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.3
|
Version: 2.5.3
|
||||||
Release: 2.rc1%{?dist}
|
Release: 3.rc1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -18,6 +18,7 @@ Source6: nfs-convert.service
|
|||||||
Source7: 10-nfsv4.conf
|
Source7: 10-nfsv4.conf
|
||||||
|
|
||||||
Patch001: nfs-utils-2.5.4-rc1.patch
|
Patch001: nfs-utils-2.5.4-rc1.patch
|
||||||
|
Patch002: nfs-utils-2.5.3-rdma-on.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
|
||||||
@ -453,6 +454,9 @@ fi
|
|||||||
%{_mandir}/*/nfsiostat.8.gz
|
%{_mandir}/*/nfsiostat.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 16 2021 Steve Dickson <steved@redhat.com> 2.5.3-3.rc1
|
||||||
|
- Enable NFS server RDMA by default (bz 1931565)
|
||||||
|
|
||||||
* Mon Mar 15 2021 Steve Dickson <steved@redhat.com> 2.5.3-2.rc1
|
* Mon Mar 15 2021 Steve Dickson <steved@redhat.com> 2.5.3-2.rc1
|
||||||
- Updated to the latest RC release: nfs-utils-2-5-4-rc1 (bz 1939257)
|
- Updated to the latest RC release: nfs-utils-2-5-4-rc1 (bz 1939257)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user