From d939c47ee51ba2a6a3e93a79a12c3bae48e4c378 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Wed, 14 Sep 2022 18:07:14 +0300 Subject: [PATCH] [#237] netmap: Add MAINTENANCE node state Signed-off-by: Evgenii Stratonikov --- netmap/types.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netmap/types.proto b/netmap/types.proto index e625c2d..2be052d 100644 --- a/netmap/types.proto +++ b/netmap/types.proto @@ -232,6 +232,9 @@ message NodeInfo { // Network unavailable state OFFLINE = 2; + + // Maintenance state + MAINTENANCE = 3; } // Carries state of the NeoFS node