Print separate messages for different "remove core" return codes
Change extended error message for `KCAS_ERR_REMOVED_DIRTY`. Print informative messages when `remove core` command fails. Make separate error messages for detaching. Update help printouts. Update documentation comments. Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
@@ -222,8 +222,8 @@ struct {
|
||||
},
|
||||
{
|
||||
KCAS_ERR_REMOVED_DIRTY,
|
||||
"Flush error occured. Core has been set to detached state.\n"
|
||||
"Warning: Core device may contain inconsistent data.\n"
|
||||
"Warning: Core has been removed or detached without flush.\n"
|
||||
"Core device may contain inconsistent data.\n"
|
||||
"To access your data please add core back to the cache."
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user