casadm: add description for occupied core id error.
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
3feb79a19c
commit
af7ac1f23e
@ -53,6 +53,10 @@ struct {
|
|||||||
OCF_ERR_CACHE_NOT_EXIST,
|
OCF_ERR_CACHE_NOT_EXIST,
|
||||||
"Cache ID does not exist"
|
"Cache ID does not exist"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
OCF_ERR_CORE_NOT_EXIST,
|
||||||
|
"Core ID does not exist"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
OCF_ERR_CACHE_EXIST,
|
OCF_ERR_CACHE_EXIST,
|
||||||
"Cache ID already exists"
|
"Cache ID already exists"
|
||||||
|
Loading…
Reference in New Issue
Block a user