Skip to content

Commit 4b7849e

Browse files
authored
Remove group_slots option from balance (#14917)
1 parent f330cca commit 4b7849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/apps/dstool/lib/dstool_cmd_cluster_balance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def add_options(p):
2424
p.add_argument('--only-from-overpopulated-pdisks', action='store_true', help='Move vdisks out only from pdisks with over expected slot count')
2525
p.add_argument(
2626
'--sort-by',
27-
choices=['slots', 'space_ratio', 'group_slots'],
27+
choices=['slots', 'space_ratio'],
2828
default='slots',
2929
help='First to reassign disks with the most slots or with the highest space ratio or with the most vslots in the group'
3030
)

0 commit comments

Comments
 (0)