[#237] netmap: Add MAINTENANCE node state

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-09-14 18:07:14 +03:00 committed by fyrchik
parent 15eaf93ba1
commit d939c47ee5

View file

@ -232,6 +232,9 @@ message NodeInfo {
// Network unavailable state
OFFLINE = 2;
// Maintenance state
MAINTENANCE = 3;
}
// Carries state of the NeoFS node