Message ID | 20240228100957.659-1-chenhx.fnst@fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | exports(5): update version information of "refer=" option | expand |
On Wed, Feb 28, 2024 at 11:12 AM Chen Hanxiao <chenhx.fnst@fujitsu.com> wrote: > > "refer=" is a NFSv4-specific option (as per RFC 7530 section 8.4.3). > Other client version will ignore this option. > > Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com> > --- > utils/exportfs/exports.man | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man > index 58537a22..c14769e5 100644 > --- a/utils/exportfs/exports.man > +++ b/utils/exportfs/exports.man > @@ -445,6 +445,9 @@ the given list an alternative location for the filesystem. > filesystem is not required; so, for example, > .IR "mount --bind" " /path /path" > is sufficient.) > + > +This option affects only NFSv4 clients. Other clients will ignore > +all "refer=" parts. refer= should also have examples for IPv4 and IPv6, right now there are zero examples Thanks, Martin
On 2/28/24 5:09 AM, Chen Hanxiao wrote: > "refer=" is a NFSv4-specific option (as per RFC 7530 section 8.4.3). > Other client version will ignore this option. > > Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com> Committed (tag: nfs-utils-2-7-1-rc5) steved. > --- > utils/exportfs/exports.man | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man > index 58537a22..c14769e5 100644 > --- a/utils/exportfs/exports.man > +++ b/utils/exportfs/exports.man > @@ -445,6 +445,9 @@ the given list an alternative location for the filesystem. > filesystem is not required; so, for example, > .IR "mount --bind" " /path /path" > is sufficient.) > + > +This option affects only NFSv4 clients. Other clients will ignore > +all "refer=" parts. > .TP > .IR replicas= path@host[+host][:path@host[+host]] > If the client asks for alternative locations for the export point, it
diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index 58537a22..c14769e5 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -445,6 +445,9 @@ the given list an alternative location for the filesystem. filesystem is not required; so, for example, .IR "mount --bind" " /path /path" is sufficient.) + +This option affects only NFSv4 clients. Other clients will ignore +all "refer=" parts. .TP .IR replicas= path@host[+host][:path@host[+host]] If the client asks for alternative locations for the export point, it
"refer=" is a NFSv4-specific option (as per RFC 7530 section 8.4.3). Other client version will ignore this option. Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com> --- utils/exportfs/exports.man | 3 +++ 1 file changed, 3 insertions(+)