Skip to content

Commit 80b6291

Browse files
Daemon with delta update
1 parent 7bae9e3 commit 80b6291

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

bin/dynamod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
HOURS_PER_LOGFILE=24
77
DETOX_INTERVAL=6
88
DEALER_INTERVAL=1
9-
INVENTORY_FULL_UPDATE_INTERVAL=6
9+
INVENTORY_FULL_UPDATE_INTERVAL=12
1010
NUM_CRASHES=0
1111

1212
while [ $# -gt 0 ]
@@ -90,13 +90,13 @@ do
9090
then
9191
echo "Performing the full update of inventory"
9292
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site @disk
93-
# $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_DE_KIT_MSS T1_ES_PIC_MSS T1_FR_CCIN2P3_MSS
94-
# $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_IT_CNAF_MSS T1_RU_JINR_MSS T1_UK_RAL_MSS
95-
# $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_US_FNAL_MSS
96-
# $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T0_CH_CERN_MSS
97-
# else
98-
# echo "Updating the inventory"
99-
# $DYNAMO_BASE/bin/execlib common/inventory.py update
93+
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_DE_KIT_MSS T1_ES_PIC_MSS T1_FR_CCIN2P3_MSS
94+
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_IT_CNAF_MSS T1_RU_JINR_MSS T1_UK_RAL_MSS
95+
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_US_FNAL_MSS
96+
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T0_CH_CERN_MSS
97+
else
98+
echo "Updating the inventory"
99+
$DYNAMO_BASE/bin/execlib common/inventory.py update
100100
fi
101101

102102
IHOUR=$(($IHOUR+1))

0 commit comments

Comments
 (0)