Fix error message for cache already in standby detach state

Signed-off-by: Piotr Debski <piotr.debski@intel.com>
This commit is contained in:
Piotr Debski
2022-08-17 11:42:44 +02:00
parent 13984c976a
commit 9273b39d5d
3 changed files with 9 additions and 2 deletions

View File

@@ -282,6 +282,10 @@ struct {
"The cache contains dirty data assigned to the core. If you want to "
"continue, please use --force option.\nWarning: the data will be lost"
},
{
KCAS_ERR_STANDBY_DETACHED,
"Cache device is already in standby detached state."
},
};
const char *cas_strerr(int cas_error_code)