Set purge timeout for done jobs explicitly (to the same value as the internal default)
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 12 Mar 2013 09:04:48 +0000 (09:04 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 12 Mar 2013 22:23:44 +0000 (23:23 +0100)
  - Just for educational purposes
  - No actual change in behavior

org.glite.lb.client/src/export.sh

index 10c8080..6be8ba2 100644 (file)
@@ -65,7 +65,7 @@ GLITE_LB_EXPORT_JPDUMP_MAILDIR=${GLITE_LB_EXPORT_JPDUMP_MAILDIR:-$GLITE_LB_LOCAT
 # directory with exported data (file per job)
 GLITE_LB_EXPORT_JOBSDIR=${GLITE_LB_EXPORT_JOBSDIR:-$GLITE_LB_LOCATION_VAR/lbexport}
 # purge args (timeouts)
-GLITE_LB_EXPORT_PURGE_ARGS=${GLITE_LB_EXPORT_PURGE_ARGS:---cleared 2d --aborted 15d --cancelled 15d --other 60d}
+GLITE_LB_EXPORT_PURGE_ARGS=${GLITE_LB_EXPORT_PURGE_ARGS:---cleared 2d --aborted 15d --cancelled 15d --done 60d --other 60d}
 # Book Keeping Server
 GLITE_LB_SERVER_PORT=${GLITE_LB_SERVER_PORT:-9000}
 GLITE_LB_EXPORT_BKSERVER=${GLITE_LB_EXPORT_BKSERVER:-localhost:$GLITE_LB_SERVER_PORT}