User's Manual

hp StorageWorks File System Extender User Guide 249
Template for FSE partitions - Release part
[Release]
#
# Parameters that control the release of files on HSM file system:
#
# Release starts:
#
# * on HighWaterMark for files that expire retention and are
# larger than MinFileSize
#
# * on CriticalWaterMark for all already migrated files
#
# * ReleaseInterval means how often the release conditions are checked.
#
CriticalWaterMark = 95% # min=80%, max=100%
HighWaterMark = 85% # min=10%, max=95%
LowWaterMark = 65% # min=0%, max=90%
ReleaseInterval = 30s # min=1s, max=24h
[ReleaseFiles]
#
# MigRetentionTime: How long should the file not be considered a
# candidate for release after it has been migrated.
#
# RecallRetentionTime: How long should the file not be considered a
# candidate for release after it is recalled from
# the tape.
# MinFileSize: Files smaller than this will not be released.
#
# ExcludeFromRelease: Filename patterns of those files that should stay
# on the HSM file system (i.e. should not be released)
# Filename patterns are composed of regular characters
# which may comprise a filename as well as special
# pattern matching characters.
# ? Any.
# Matches any single character.
# * Closure.
# Matches zero or more occurrences of any character.
# [abc] Set.
# Matches a single character in the set.
# If the dash '-' character is to be included, it must
# immediately follow the opening bracket '['.