Redesign failover standby API

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2021-12-29 09:23:07 +01:00
parent 4cabc60d40
commit 716b5751d6
6 changed files with 287 additions and 137 deletions

View File

@@ -53,7 +53,7 @@ class OcfErrorCode(IntEnum):
OCF_ERR_METADATA_LAYOUT_MISMATCH = auto()
OCF_ERR_CACHE_LINE_SIZE_MISMATCH = auto()
OCF_ERR_CACHE_STANDBY = auto()
OCF_ERR_FAILOVER_ATTACHED = auto()
OCF_ERR_STANDBY_ATTACHED = auto()
class OcfCompletion: