forked from TrueCloudLab/frostfs-api
[#237] netmap: Add MAINTENANCE node state
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
15eaf93ba1
commit
d939c47ee5
1 changed files with 3 additions and 0 deletions
|
@ -232,6 +232,9 @@ message NodeInfo {
|
||||||
|
|
||||||
// Network unavailable state
|
// Network unavailable state
|
||||||
OFFLINE = 2;
|
OFFLINE = 2;
|
||||||
|
|
||||||
|
// Maintenance state
|
||||||
|
MAINTENANCE = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Carries state of the NeoFS node
|
// Carries state of the NeoFS node
|
||||||
|
|
Loading…
Reference in a new issue