cli: Add control shards evacuate command #589

Merged
fyrchik merged 1 commits from fyrchik/frostfs-node:fix-evacuate into master 2023-08-10 09:06:07 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ var shardsCmd = &cobra.Command{
func initControlShardsCmd() {
shardsCmd.AddCommand(listShardsCmd)
shardsCmd.AddCommand(setShardModeCmd)
shardsCmd.AddCommand(evacuateShardCmd)
shardsCmd.AddCommand(evacuationShardCmd)
shardsCmd.AddCommand(flushCacheCmd)
shardsCmd.AddCommand(doctorCmd)