-
Notifications
You must be signed in to change notification settings - Fork 325
DAOS-6376 container: Get Props with Open Container Handle #5114
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-6376 container: Get Props with Open Container Handle #5114
Conversation
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.
1da0747
to
74a15fd
Compare
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.
Test stage Functional on CentOS 7 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-5114/2/display/redirect |
Test stage Functional on Leap 15 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-5114/2/display/redirect |
In the server, on a container open, the output properties are set based on requested prop bits. This was being skipped when the container handle was already open. This patch moves where the requested props are read so they will always be set. Signed-off-by: Ryon Jensen <ryon.jensen@intel.com>
74a15fd
to
8627300
Compare
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.
…2/ContPropFix_DAOS-6376
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.
…2/ContPropFix_DAOS-6376
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.
In the server, on a container open, the output properties are set
based on requested prop bits. This was being skipped when the
container handle was already open. This patch moves where the
requested props are read so they will always be set.
From master
Signed-off-by: Ryon Jensen ryon.jensen@intel.com