Skip to content
Snippets Groups Projects
Commit 9189dbcd authored by Andriy Skulysh's avatar Andriy Skulysh Committed by Oleg Drokin
Browse files

LU-10582 out: can't obtain remote acl xattr


osp_xattr_get() fails due to hardcoded
reply size limitation.

With large_xattr enabled ddp_max_ea_size can be
almost 1MB and out_handles fails to send such big
reply.

Limit maximum ACL buffer size by XATTR_SIZE_MAX.
Limit ddp_max_ea_size to fit resulting reply
request into LNET_MTU.

Cray-bug-id: MRP-4724
Change-Id: I6405330605809911c3f814fe5cb9d476d7ac40ed
Signed-off-by: default avatarAndriy Skulysh <c17819@cray.com>
Reviewed-on: https://review.whamcloud.com/31088


Reviewed-by: default avatarAlexandr Boyko <c17825@cray.com>
Tested-by: Jenkins
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarAndrew Perepechko <c17827@cray.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
parent 4b67e5a8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment