User's Manual

248 FSE configuration templates
Template for FSE partitions - Migration part
[Migration]
#
# The amount of time that a file must inactive to
# become a candidate for migration.
#
MinFileAge = 10m # min=1s, max=2D
[RegularMigration]
#
# Parameters that trigger a migration.
#
# Migration is started if:
#
# * no new files are added to migration candidate list in MinWaitTime AND
# * there are at least MinNumMigFiles to be migrated AND
# * their size is at least MinMigSize
# OR
# * elapsed time since the first file was added to
# mig. candidate list is more than MaxWaitTime
# OR
# * there are more than MaxNumMigFiles waiting to be migrated
# OR
# * size of those files exceeds MaxMigSize
#
MinWaitTime = 10m # min=1s, max=24h
MinNumMigFiles = 1 # min=1, max=10000
MinMigSize = 100MB # min=256b, max=1TB
MaxWaitTime = 30m # min=1s, max=5D
MaxNumMigFiles = 1000 # min=1, max=200000
MaxMigSize = 500MB # min=1MB, max=5TB