Remove option to failover without detach

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski
2021-11-30 15:18:08 +01:00
parent aeca11a9c9
commit b1494f4642
2 changed files with 29 additions and 68 deletions

View File

@@ -140,7 +140,10 @@ typedef enum {
/** Invalid operation for cache in standby state. */
OCF_ERR_CACHE_STANDBY,
OCF_ERR_MAX = OCF_ERR_CACHE_STANDBY,
/** Operation invalid with cache drive atatched in failover standby */
OCF_ERR_FAILOVER_ATTACHED,
OCF_ERR_MAX = OCF_ERR_FAILOVER_ATTACHED,
} ocf_error_t;
#endif /* __OCF_ERR_H__ */