pyocf: update OcfErrorCode with new code

Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
Jan Musial 2022-06-21 15:32:31 +02:00
parent 9a22ef0917
commit 2f289bd873

View File

@ -1,5 +1,5 @@
# #
# Copyright(c) 2019-2021 Intel Corporation # Copyright(c) 2019-2022 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# #
@ -59,6 +59,7 @@ class OcfErrorCode(IntEnum):
OCF_ERR_STANDBY_ATTACHED = auto() OCF_ERR_STANDBY_ATTACHED = auto()
OCF_ERR_CORE_NOT_REMOVED = auto() OCF_ERR_CORE_NOT_REMOVED = auto()
OCF_ERR_CACHE_NOT_STANDBY = auto() OCF_ERR_CACHE_NOT_STANDBY = auto()
OCF_ERR_CLEANER_DISABLED = auto()
class OcfCompletion: class OcfCompletion: