Update OCF and handle new error code

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2020-04-03 17:59:19 +02:00
parent 6ee2bf1b5f
commit d694228263
3 changed files with 6 additions and 1 deletions

View File

@@ -108,6 +108,10 @@ struct {
OCF_ERR_FLUSHING_INTERRUPTED,
"Flushing of core interrupted"
},
{
OCF_ERR_FLUSH_IN_PROGRESS,
"Another flush operation in progress"
},
{
OCF_ERR_CANNOT_ADD_CORE_TO_POOL,
"Error occurred during adding core device to core pool"