-
Notifications
You must be signed in to change notification settings - Fork 338
DAOS-18296 rdb: Call vos_pool_create/open in ULTs #17302
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
base: master
Are you sure you want to change the base?
Conversation
|
Ticket title is 'dmg system start causes engines to crash after pool create' |
82bee02 to
e9c2f12
Compare
|
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17302/3/testReport/ |
6d82a18 to
6cc64dc
Compare
6cc64dc to
b529916
Compare
|
FYI this patch won't be necessary when this patch to PMDK will land: daos-stack/pmdk#28 |
@janekmi, @grom72, thanks for the |
Call vos_pool_create and vos_pool_open in new deep-stack ULTs on the xstream to avoid pmemobj_create, pmemobj_open, and SPDK from potentially overflowing caller stacks. Allow-unstable-test: true Signed-off-by: Li Wei <liwei@hpe.com>
b529916 to
897f96b
Compare
|
Test stage Functional Hardware Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17302/9/execution/node/1271/log |
|
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17302/10/testReport/ |
kccain
left a comment
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.
looks good (other than copyright out of date already noted by linting)
NiuYawei
left a comment
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.
copyright is out of date.
Allow-unstable-test: true Signed-off-by: Li Wei <liwei@hpe.com>
|
Errrhhh, thanks. Fixed. |
Call vos_pool_create and vos_pool_open in new deep-stack ULTs on the xstream to avoid pmemobj_create and pmemobj_open from potentially overflowing caller stacks.
Steps for the author:
After all prior steps are complete: