2021-04-07 21:03:16

by Steve Dickson

[permalink] [raw]
Subject: [PATCH] NFS server should enable RDMA by default

From: Chuck Lever <[email protected]>

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 <[email protected]>
---
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


2021-04-07 21:56:45

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] NFS server should enable RDMA by default



On 4/7/21 10:18 AM, Steve Dickson wrote:
> From: Chuck Lever <[email protected]>
>
> 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 <[email protected]>
Committed... (tag: nfs-utils-2-5-4-rc2)

steved.
> ---
> 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
>

2021-04-07 21:57:54

by Chuck Lever III

[permalink] [raw]
Subject: Re: [PATCH] NFS server should enable RDMA by default



> On Apr 7, 2021, at 3:40 PM, Steve Dickson <[email protected]> wrote:
>
>
>
> On 4/7/21 10:18 AM, Steve Dickson wrote:
>> From: Chuck Lever <[email protected]>
>>
>> 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 <[email protected]>
> Committed... (tag: nfs-utils-2-5-4-rc2)

Hi Steve, thank you for pushing this forward!


> steved.
>> ---
>> 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
>>
>

--
Chuck Lever