forked from Seagate/cortx-motr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CORTX-33537: allow degraded i/o for the new objects
Currently, if no clean pool version (actual or formulaic) can be found for the new object on its creation, -ENOENT is returned, which is not good. We want the user to be able to create new objects even if this implies the degraded i/o on them. Solution: return the actual pver at conf_pver_find_locked() in case when nothing better (cleaner) can be found. Closes Seagate#1958. Relates Seagate/cortx-hare#2123. Signed-off-by: Andriy Tkachuk <andriy.tkachuk@seagate.com>
- Loading branch information
Showing
2 changed files
with
14 additions
and
4 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
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