You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nfs41: change default behaviour if no layouts types specified in export
Motivation:
If no special export option is specified, the nfs server will publish
hard-coded default LAYOUT4_NFSV4_1_FILES as supported pNFS layout type.
Though this behavior is incorrect, the server might not support that
specific layout type, for example, it forced by (a) RHEL6 kernels have
picked only the first entry if multiple entries provided by server, and,
(b) RHEL6 have supported only LAYOUT4_NFSV4_1_FILES layout types. As
RHEL6 should not be in production anymore, the workaround should be
removed.
Modification:
Update GETATTR to publish all layout types that are supported by pNFS
server.
Result:
less weird workarounds.
Acked-by: Lea Morschel
Target: master
0 commit comments