mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user