worker: drop ec.balance from the default admin script (#9848)

The dedicated ec_balance task worker handles EC shard balancing now,
so the periodic admin script no longer needs to run it.
This commit is contained in:
Chris Lu
2026-06-07 00:55:11 -07:00
committed by GitHub
parent b2127c86f4
commit 0e9fc6c5ba
+1 -2
View File
@@ -25,8 +25,7 @@ const (
adminScriptDetectTickMinutes = 17
)
const defaultAdminScript = `ec.balance -apply
fs.log.purge -daysAgo=7
const defaultAdminScript = `fs.log.purge -daysAgo=7
volume.deleteEmpty -quietFor=24h -apply
volume.fix.replication -apply
s3.clean.uploads -timeAgo=24h`