Add missing error messages in casadm

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski 2021-11-30 15:33:32 +01:00
parent da0e4452b7
commit c1935b5c25

View File

@ -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*/
{ {