-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-14799 container: interoperability fix for OIT OID KVS (#13634)
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]>
- Loading branch information
1 parent
1deddcd
commit dc3becf
Showing
1 changed file
with
56 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters