diff mbox series

Add testBlock and testChar test request information

Message ID 20230320015856.381132-1-zhoujie2011@fujitsu.com (mailing list archive)
State New, archived
Headers show
Series Add testBlock and testChar test request information | expand

Commit Message

zhoujie2011@fujitsu.com March 20, 2023, 2 a.m. UTC
Signed-off-by: Jie Zhou <zhoujie2011@fujitsu.com>
---
 README | 5 +++++
 1 file changed, 5 insertions(+)

Comments

zhoujie2011@fujitsu.com March 29, 2023, 12:15 a.m. UTC | #1
ping

On 3/20/23 10:00, Zhou, Jie/周 洁 wrote:
> Signed-off-by: Jie Zhou <zhoujie2011@fujitsu.com>
> ---
>   README | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/README b/README
> index b8b4e77..e472706 100644
> --- a/README
> +++ b/README
> @@ -27,6 +27,11 @@ Note that any server under test must permit connections from high port
>   numbers.  (In the case of the Linux NFS server, you can do this by
>   adding "insecure" to the export options.)
>   
> +Note that testBlock and testChar related test need root permission in
> +NFS server, because those tests need create block device or char device.
> +(In the case of the Linux NFS server, you can do this by adding "no_root_squash"
> +to the export options.)
> +
>   Note that test results should *not* be considered authoritative
>   statements about the protocol--if you find that a server fails a test,
>   you should consult the rfc's and think carefully before assuming that
Calum Mackay March 30, 2023, 3:39 p.m. UTC | #2
On 29/03/2023 1:15 am, zhoujie2011@fujitsu.com wrote:
> ping

hi Jie, thanks for your patch.

[In future, would you mind please adding "pynfs" (or other area) to the 
[PATCH] part of the email subject?]

Apologies for the delay; I'm in the process of taking over maintaining 
pynfs from Bruce, but don't yet have a repo ready.

As soon as I do, I will look at your patch.

thanks again,
calum.

> 
> On 3/20/23 10:00, Zhou, Jie/周 洁 wrote:
>> Signed-off-by: Jie Zhou <zhoujie2011@fujitsu.com>
>> ---
>>    README | 5 +++++
>>    1 file changed, 5 insertions(+)
>>
>> diff --git a/README b/README
>> index b8b4e77..e472706 100644
>> --- a/README
>> +++ b/README
>> @@ -27,6 +27,11 @@ Note that any server under test must permit connections from high port
>>    numbers.  (In the case of the Linux NFS server, you can do this by
>>    adding "insecure" to the export options.)
>>    
>> +Note that testBlock and testChar related test need root permission in
>> +NFS server, because those tests need create block device or char device.
>> +(In the case of the Linux NFS server, you can do this by adding "no_root_squash"
>> +to the export options.)
>> +
>>    Note that test results should *not* be considered authoritative
>>    statements about the protocol--if you find that a server fails a test,
>>    you should consult the rfc's and think carefully before assuming that
>
diff mbox series

Patch

diff --git a/README b/README
index b8b4e77..e472706 100644
--- a/README
+++ b/README
@@ -27,6 +27,11 @@  Note that any server under test must permit connections from high port
 numbers.  (In the case of the Linux NFS server, you can do this by
 adding "insecure" to the export options.)
 
+Note that testBlock and testChar related test need root permission in
+NFS server, because those tests need create block device or char device.
+(In the case of the Linux NFS server, you can do this by adding "no_root_squash"
+to the export options.)
+
 Note that test results should *not* be considered authoritative
 statements about the protocol--if you find that a server fails a test,
 you should consult the rfc's and think carefully before assuming that