-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-6709 rsvc: do not xfer more than real attr size #4623
Conversation
before this patch, client's requested size was sent back by server for attributes, causing more than real attributes size content to be sent if requested size was greater than real size. Change-Id: I360ef48b133ae3a4c6e1ff735348c89884ba0574 Signed-off-by: Bruno Faccini <bruno.faccini@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
Trying to fix apparently unrelated 2 tests failures during Functional_Hardware_Medium serie (DAOS_Pool, DAOS_Container). Change-Id: I7afa6b5b99abbeea3062faba04178b6f657e524d Signed-off-by: Bruno Faccini <bruno.faccini@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed fix locally.
This reverts commit f1b0dc9. Signed-off-by: Jeff Olivier <jeffrey.v.olivier@intel.com>
before this patch, client's requested size was sent back by
server for attributes, causing more than real attributes size
content to be sent if requested size was greater than real size.
Change-Id: I360ef48b133ae3a4c6e1ff735348c89884ba0574
Signed-off-by: Bruno Faccini bruno.faccini@intel.com