Added description for occupied core id error.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk 2019-09-25 15:34:29 -04:00
parent 8b0d10952f
commit 5cb7792678

View File

@ -61,6 +61,10 @@ struct {
OCF_ERR_TOO_MANY_CORES,
"Too many core devices in cache"
},
{
OCF_ERR_CORE_EXIST,
"Core id already used"
},
{
OCF_ERR_CORE_NOT_AVAIL,
"Core device not available"