From e976edda6d4b49725a246e54c7e0d52e6c68c9d7 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Fri, 13 Sep 2019 17:59:00 +0200 Subject: [PATCH] Added missing absolutemaxagesecs entry to the cta-fst-gcd.conf.example file --- python/eosfstgcd/cta-fst-gcd.conf.example | 1 + 1 file changed, 1 insertion(+) diff --git a/python/eosfstgcd/cta-fst-gcd.conf.example b/python/eosfstgcd/cta-fst-gcd.conf.example index eab5852edb..700a92df8d 100644 --- a/python/eosfstgcd/cta-fst-gcd.conf.example +++ b/python/eosfstgcd/cta-fst-gcd.conf.example @@ -27,6 +27,7 @@ logfile = /var/log/eos/fst/cta-fst-gcd.log ; Path of garbage collector log file mgmhost = HOSTNAME.2NDLEVEL.TOPLEVEL ; Fully qualified host name of EOS MGM minfreebytes = 10000000000 ; Minimum number of free bytes a filesystem should have gcagesecs = 7200 ; Age at which a file can be considered for garbage collection +absolutemaxagesecs = 604800 ; Age at which a file will be considered for garbage collection no matter the amount of free space queryperiodsecs = 310 ; Delay in seconds between free space queries to the local file systems mainloopperiodsecs = 300 ; Period in seconds of the main loop of the cta-fst-gcd daemon xrdsecssskt = /etc/eos.keytab ; Path to simple shared secret to authenticate with EOS MGM -- GitLab