-
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-14799 container: interoperability fix for OIT OID KVS (#13634) #13662
Conversation
1.The OIT OID KVS will be only created if the pool global version is greater than or equal to 2. Otherwise, pool upgrade will fail with EEXIST. (Thanks Li Wei's pointing this out) 2. To walk around the upgrade failure, the upgrade process will skip the creation of OIT OID KVS if it already exists. 3. When destroying a container, if the OIT OID KVS doesn't exist, it will be skipped for destruction. Signed-off-by: Wang Shilong <[email protected]>
Bug-tracker data: |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-13662/1/execution/node/154/log |
Required-githooks: true Signed-off-by: Wang Shilong <[email protected]>
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.
…w/DAOS-14799-2.4 Required-githooks: true
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.
1.The OIT OID KVS will be only created if the pool global version is greater than or equal to 2. Otherwise, pool upgrade will fail with EEXIST. (Thanks Li Wei's pointing this out)
To walk around the upgrade failure, the upgrade process will skip the creation of OIT OID KVS if it already exists.
When destroying a container, if the OIT OID KVS doesn't exist, it will be skipped for destruction.
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: