forked from TrueCloudLab/frostfs-node
[#1731] neofs-cli: Add control shards evacuate
command
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
091d7d30f6
commit
8fc88487db
2 changed files with 57 additions and 0 deletions
|
@ -15,9 +15,11 @@ func initControlShardsCmd() {
|
|||
shardsCmd.AddCommand(setShardModeCmd)
|
||||
shardsCmd.AddCommand(dumpShardCmd)
|
||||
shardsCmd.AddCommand(restoreShardCmd)
|
||||
shardsCmd.AddCommand(evacuateShardCmd)
|
||||
|
||||
initControlShardsListCmd()
|
||||
initControlSetShardModeCmd()
|
||||
initControlDumpShardCmd()
|
||||
initControlRestoreShardCmd()
|
||||
initControlEvacuateShardCmd()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue