casadm: Error message for UUID_EXISTS error code
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
eaebdffa5b
commit
850c097e90
@ -69,6 +69,10 @@ struct {
|
|||||||
OCF_ERR_CORE_EXIST,
|
OCF_ERR_CORE_EXIST,
|
||||||
"Core id already used"
|
"Core id already used"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
OCF_ERR_CORE_UUID_EXISTS,
|
||||||
|
"Device already added as a core"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
OCF_ERR_CORE_NOT_AVAIL,
|
OCF_ERR_CORE_NOT_AVAIL,
|
||||||
"Core device not available"
|
"Core device not available"
|
||||||
|
Loading…
Reference in New Issue
Block a user