Message ID | 20180316211943.16120-1-kdsouza@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Should we also mention "vers=3" which defaults to any of the 3.0 or later dialects (probably slightly safer for some users than the default (no vers) which allows smb2.1)? On Fri, Mar 16, 2018 at 4:19 PM, Kenneth Dsouza <kdsouza@redhat.com> wrote: > Signed-off-by: Kenneth D'souza <kdsouza@redhat.com> > --- > mount.cifs.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/mount.cifs.rst b/mount.cifs.rst > index a81c6c4..afa33b5 100644 > --- a/mount.cifs.rst > +++ b/mount.cifs.rst > @@ -394,6 +394,10 @@ echo_interval=n > If this option is not given then the default value of 60 seconds is used. > The minimum tunable value is 1 second and maximum can go up to 600 seconds. > > +rdma > + Use to connect to SMB Direct, only applicable when specified with vers=3.x. > + Here 3.x can be 3.0, 3.02 or 3.1.1. > + > serverino > Use inode numbers (unique persistent file identifiers) returned by the > server instead of automatically generating temporary inode numbers on > -- > 2.13.6 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-cifs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
2018-03-16 15:14 GMT-07:00 Steve French <smfrench@gmail.com>: > Should we also mention "vers=3" which defaults to any of the 3.0 or > later dialects (probably slightly safer for some users than the > default (no vers) which allows smb2.1)? Yes, since the kernel supports it we should document it. -- Best regards, Pavel Shilovsky -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Done. Also added vers=3.02. -- Best regards, Pavel Shilovsky пн, 19 мар. 2018 г. в 10:32, Pavel Shilovsky <piastryyy@gmail.com>: > > 2018-03-16 15:14 GMT-07:00 Steve French <smfrench@gmail.com>: > > Should we also mention "vers=3" which defaults to any of the 3.0 or > > later dialects (probably slightly safer for some users than the > > default (no vers) which allows smb2.1)? > > Yes, since the kernel supports it we should document it. > > -- > Best regards, > Pavel Shilovsky
diff --git a/mount.cifs.rst b/mount.cifs.rst index a81c6c4..afa33b5 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -394,6 +394,10 @@ echo_interval=n If this option is not given then the default value of 60 seconds is used. The minimum tunable value is 1 second and maximum can go up to 600 seconds. +rdma + Use to connect to SMB Direct, only applicable when specified with vers=3.x. + Here 3.x can be 3.0, 3.02 or 3.1.1. + serverino Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on
Signed-off-by: Kenneth D'souza <kdsouza@redhat.com> --- mount.cifs.rst | 4 ++++ 1 file changed, 4 insertions(+)