-
Notifications
You must be signed in to change notification settings - Fork 310
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-16035 rebuild: create VOS cont when no record need to be rebuilt… #14841
Conversation
Ticket title is 'daos_test/suite.py:DaosCoreTest.test_daos_rebuild_ec - REBUILD45 20 bytes of 0x7ffe86d6c390 and 0x7ffe86d6c3b0 differ' |
Test stage Functional Hardware Medium completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-14841/1/testReport/ |
only one test failure due to DAOS-16215 (dfuse daos build) |
7d1d954
to
48f64a4
Compare
pushed commit 2 to fix a regression of commit 1. |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14841/2/execution/node/1593/log |
…#14819) For EC object rebuild, some ext not exist on some shards, for this case create VOS container when no record need to be rebuilt. To avoid following IO cannot find container and fail at obj_ioc_init() -> cont_child_lookup(). Another case is in cont_snap_update_one() create the vos cont if non-exist. Signed-off-by: Xuezhao Liu <xuezhao.liu@intel.com>
Possibly yield in vos_cont_create() -> bio_wal_commit() -> wait_tx_committed(), so tasklet cannot work. Required-githooks: true Signed-off-by: Xuezhao Liu <xuezhao.liu@intel.com>
48f64a4
to
062ba30
Compare
… (#14819)
For EC object rebuild, some ext not exist on some shards, for this case create VOS container when no record need to be rebuilt. To avoid following IO cannot find container and fail at obj_ioc_init() -> cont_child_lookup().
Another case is in cont_snap_update_one() create the vos cont if non-exist.
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: