git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1961d42
)
Purge throttle: get and use purge target runtime in the purger script called by cron.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 15 Jan 2009 13:09:37 +0000
(13:09 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 15 Jan 2009 13:09:37 +0000
(13:09 +0000)
org.glite.lb.client/src/export.sh
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/export.sh
b/org.glite.lb.client/src/export.sh
index
9ec130d
..
ede74c6
100644
(file)
--- a/
org.glite.lb.client/src/export.sh
+++ b/
org.glite.lb.client/src/export.sh
@@
-57,6
+57,9
@@
if [ x"$GLITE_LB_EXPORT_ENABLED" = x"true" -o -d "$GLITE_LB_EXPORT_PURGEDIR_KEE
then
GLITE_LB_EXPORT_PURGE_ARGS="$GLITE_LB_EXPORT_PURGE_ARGS -s"
fi
+if [ ! -z "$GLITE_LB_PURGE_TARGET_RUNTIME" ]; then
+ GLITE_LB_EXPORT_PURGE_ARGS="$GLITE_LB_EXPORT_PURGE_ARGS --target-runtime $GLITE_LB_PURGE_TARGET_RUNTIME"
+fi
if [ x"$GLITE_LB_PURGE_ENABLED" = x"true" ]; then
X509_USER_CERT="$X509_USER_CERT" X509_USER_KEY="$X509_USER_KEY" $PREFIX/bin/glite-lb-purge $GLITE_LB_EXPORT_PURGE_ARGS -l -m $GLITE_LB_EXPORT_BKSERVER $GLITE_LB_PURGE_OTHER_OPTIONS