All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NFS server should enable RDMA by default
@ 2021-04-07 14:18 Steve Dickson
  2021-04-07 19:40 ` Steve Dickson
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Dickson @ 2021-04-07 14:18 UTC (permalink / raw)
  To: Linux NFS Mailing list

From: Chuck Lever <chuck.lever@oracle.com>

Product is shipped with NFS/RDMA disabled by default.
An extra step is needed when setting up an NFS server
to support NFS/RDMA clients.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1931565

Signed-off-by: Steve Dickson <steved@redhat.com>
---
 nfs.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nfs.conf b/nfs.conf
index 9042d27d..31994f61 100644
--- a/nfs.conf
+++ b/nfs.conf
@@ -72,9 +72,9 @@
 # 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.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-07 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07 14:18 [PATCH] NFS server should enable RDMA by default Steve Dickson
2021-04-07 19:40 ` Steve Dickson
2021-04-07 19:52   ` Chuck Lever III

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.