Merge pull request #800 from mmichal10/update-ocf-core

Update ocf
This commit is contained in:
Robert Baldyga
2021-04-14 21:23:02 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -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"

2
ocf

Submodule ocf updated: 7dcf90ef6a...5b3a9606d3