From 2ef9b8790de96edb843b7039221455c470e6a14f Mon Sep 17 00:00:00 2001
From: Steven Murray <Steven.Murray@cern.ch>
Date: Tue, 18 Dec 2018 15:29:15 +0100
Subject: [PATCH] ctaeos-mgm.sh now prepares the EOS garbage collectors

---
 .../docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh        | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
index 23edd11b1b..3ffbcae3a7 100755
--- a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
+++ b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
@@ -218,6 +218,12 @@ fi
   # set interval in which the WFE engine is running
   eos space config default space.wfe.interval=1
 
+# prepare EOS garbage collectors
+  # enable the 'file archived' garbage collector
+  eos space config default space.filearchivedgc=on
+  # set the number of free bytes at which the MGM LRU tape aware garabge collector will start deleting redundant disk files
+  eos space config default space.tapeawaregc.minfreebytes=0
+
 # configure preprod directory separately
 /opt/run/bin/eos_configure_preprod.sh
 
-- 
GitLab