frostfs-node/cmd
Leonard Lyubich 7a5729ea2b [#761] cmd/node: Do not perform bootstrap procedure in relay mode
Storage node should not try to register itself in network in relay mode.

Implement `needBootstrap` method which checks if node need to bootstrap.
Call `bootstrap` method in `bootstrapNode` function only on true return.
Skip re-bootstrap logic in new epoch event handler on false return.
Return an error if `ControlService.SetNetmapStatus` is called on relay
node.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-08-26 18:54:55 +03:00
..
neofs-adm [#766] Fix misspell linter error 2021-08-26 17:57:15 +03:00
neofs-cli [#710] cli: Make --address flag optional 2021-07-22 15:28:26 +03:00
neofs-ir [#720] ir: Delete without_notary defaults 2021-08-03 09:30:11 +03:00
neofs-node [#761] cmd/node: Do not perform bootstrap procedure in relay mode 2021-08-26 18:54:55 +03:00