fix for issue #1023 - better error for core size mismatch during activation/load
Signed-off-by: Piotr Debski <piotr.debski@intel.com>
This commit is contained in:
@@ -182,6 +182,11 @@ struct {
|
||||
OCF_ERR_STANDBY_ATTACHED,
|
||||
"Cache device is attached, please detach it first with --standby --detach"
|
||||
},
|
||||
{
|
||||
OCF_ERR_CORE_SIZE_MISMATCH,
|
||||
"Core volume size does not match"
|
||||
" the size stored in cache metadata"
|
||||
},
|
||||
|
||||
/* CAS kernel error mappings*/
|
||||
{
|
||||
|
2
ocf
2
ocf
Submodule ocf updated: c6644116ae...6af8d20cee
Reference in New Issue
Block a user