forked from TrueCloudLab/frostfs-node
[#1337] config: Move rebuild_worker_count
to shard section
This makes it simple to limit performance degradation for every shard because of rebuild. Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
6b6eabe41c
commit
a61201a987
16 changed files with 36 additions and 68 deletions
|
@ -19,6 +19,7 @@ func initControlShardsCmd() {
|
|||
shardsCmd.AddCommand(doctorCmd)
|
||||
shardsCmd.AddCommand(writecacheShardCmd)
|
||||
shardsCmd.AddCommand(shardsDetachCmd)
|
||||
shardsCmd.AddCommand(shardsRebuildCmd)
|
||||
|
||||
initControlShardsListCmd()
|
||||
initControlSetShardModeCmd()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue