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 |
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
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 --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
Signed-off-by: Jie Zhou <zhoujie2011@fujitsu.com> --- README | 5 +++++ 1 file changed, 5 insertions(+)