forked from TrueCloudLab/frostfs-api
[#237] status: Add NODE_UNDER_MAINTENANCE status code
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
d939c47ee5
commit
4d8dd727ea
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ enum CommonFail {
|
||||||
|
|
||||||
// [**1026**] Signature verification failure.
|
// [**1026**] Signature verification failure.
|
||||||
SIGNATURE_VERIFICATION_FAIL = 2;
|
SIGNATURE_VERIFICATION_FAIL = 2;
|
||||||
|
|
||||||
|
// [**1027**] Node is under maintenance.
|
||||||
|
NODE_UNDER_MAINTENANCE = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Section of statuses for object-related operations.
|
// Section of statuses for object-related operations.
|
||||||
|
|
Loading…
Reference in a new issue