Add missing error messages in casadm
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
parent
da0e4452b7
commit
c1935b5c25
@ -166,6 +166,18 @@ struct {
|
|||||||
OCF_ERR_NO_LOCK,
|
OCF_ERR_NO_LOCK,
|
||||||
"Failed to lock cache for management operation."
|
"Failed to lock cache for management operation."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
OCF_ERR_METADATA_LAYOUT_MISMATCH,
|
||||||
|
"Metadata layout mismatch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
OCF_ERR_CACHE_LINE_SIZE_MISMATCH,
|
||||||
|
"Cache line size mismatch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
OCF_ERR_CACHE_STANDBY,
|
||||||
|
"Operation not permitted in failover standby mode"
|
||||||
|
},
|
||||||
|
|
||||||
/* CAS kernel error mappings*/
|
/* CAS kernel error mappings*/
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user