forked from TrueCloudLab/frostfs-node
[#1086] neofs-cli: add command for shard dump
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
0e60b1d6c9
commit
2ec4a3c897
3 changed files with 79 additions and 1 deletions
|
@ -181,6 +181,7 @@ func init() {
|
|||
|
||||
shardsCmd.AddCommand(listShardsCmd)
|
||||
shardsCmd.AddCommand(setShardModeCmd)
|
||||
shardsCmd.AddCommand(dumpShardCmd)
|
||||
|
||||
controlCmd.AddCommand(
|
||||
healthCheckCmd,
|
||||
|
@ -196,6 +197,7 @@ func init() {
|
|||
initControlSnapshotCmd()
|
||||
initControlShardsListCmd()
|
||||
initControlSetShardModeCmd()
|
||||
initControlDumpShardCmd()
|
||||
}
|
||||
|
||||
func healthCheck(cmd *cobra.Command, _ []string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue