Skip to content

Commit 5401cef

Browse files
Putting back in delta update
1 parent e4a2ae5 commit 5401cef

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

bin/dynamod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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))

bin/track_phedex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ except:
4747
pass
4848

4949
# Interval of the rrd file timestamps
50-
maxtime=int(time.time())-30*24*60*60
50+
maxtime=int(time.time())-100*24*60*60
5151
interval = 900
5252

5353
try:

0 commit comments

Comments
 (0)