Merge pull request #649 from pdebski21/1023

fix for issue #1023
This commit is contained in:
Robert Baldyga
2022-02-07 16:17:14 +01:00
committed by GitHub
6 changed files with 82 additions and 4 deletions

View File

@@ -143,6 +143,9 @@ typedef enum {
/** Invalid operation for cache in standby state. */
OCF_ERR_CACHE_STANDBY,
/** Size of core volume doesn't match the size stored in cache metadata */
OCF_ERR_CORE_SIZE_MISMATCH,
/** Operation invalid with cache drive atatched in failover standby */
OCF_ERR_STANDBY_ATTACHED,