casadm: add description for occupied core id error.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk 2019-10-01 09:59:26 -04:00
parent 3feb79a19c
commit af7ac1f23e

View File

@ -53,6 +53,10 @@ struct {
OCF_ERR_CACHE_NOT_EXIST,
"Cache ID does not exist"
},
{
OCF_ERR_CORE_NOT_EXIST,
"Core ID does not exist"
},
{
OCF_ERR_CACHE_EXIST,
"Cache ID already exists"