Added description for occupied core id error.
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
8b0d10952f
commit
5cb7792678
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user