We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to return back to online state after maintenance mode
Node should be able to successfully set online state after maintenance mode.
Node still in MAINTENANCE state when set-status --status online has been sent.
neofs-adm morph set-config MaintenanceModeAllowed=true -c configuration/config.yaml
neofs-cli netmap snapshot -g -r node1.neofs:8080
neofs-cli control set-status --status maintenance --endpoint localhost:8091 -w /etc/neofs/storage/wallet.json
neofs-adm morph force-new-epoch -c configuration/config.yaml
neofs-cli control set-status --status online --endpoint localhost:8091 -w /etc/neofs/storage/wallet.json
Actual result: Node 3: 0266719a2438f03480efa6f29e895baa90bcb5e0aa398fb1c77398c377307cdabc MAINTENANCE /dns4/node2.neofs/tcp/8080
Node 3: 0266719a2438f03480efa6f29e895baa90bcb5e0aa398fb1c77398c377307cdabc MAINTENANCE /dns4/node2.neofs/tcp/8080
NeoFS Storage node Version: v0.33.0-6-g4c63be66 GoVersion: go1.18.4
Linux buky 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux
Logs
The text was updated successfully, but these errors were encountered:
UpdateState
AddPeer
Sorry, something went wrong.
[nspcc-dev#1922] neofs-node: Allow to go online after maintenance
a4fcac9
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
fyrchik
Successfully merging a pull request may close this issue.
Unable to return back to online state after maintenance mode
Expected Behavior
Node should be able to successfully set online state after maintenance mode.
Current Behavior
Node still in MAINTENANCE state when set-status --status online has been sent.
Steps to Reproduce (for bugs)
neofs-adm morph set-config MaintenanceModeAllowed=true -c configuration/config.yaml
neofs-cli netmap snapshot -g -r node1.neofs:8080
neofs-cli control set-status --status maintenance --endpoint localhost:8091 -w /etc/neofs/storage/wallet.json
neofs-adm morph force-new-epoch -c configuration/config.yaml
neofs-cli netmap snapshot -g -r node1.neofs:8080
neofs-cli control set-status --status online --endpoint localhost:8091 -w /etc/neofs/storage/wallet.json
neofs-adm morph force-new-epoch -c configuration/config.yaml
neofs-adm morph force-new-epoch -c configuration/config.yaml
Actual result:
Node 3: 0266719a2438f03480efa6f29e895baa90bcb5e0aa398fb1c77398c377307cdabc MAINTENANCE /dns4/node2.neofs/tcp/8080
Your Environment
NeoFS Storage node
Version: v0.33.0-6-g4c63be66
GoVersion: go1.18.4
Linux buky 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux
Logs
The text was updated successfully, but these errors were encountered: