Skip to content

Commit 3f7e3dc

Browse files
Merge pull request #1 from yiiyama/master
Express policy and disk deletion campaign
2 parents 7c45163 + 12a455a commit 3f7e3dc

2 files changed

Lines changed: 45 additions & 2 deletions

File tree

detox/Express.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Until never
77

88
ProtectBlock blockreplica.is_locked
99

10-
ProtectBlock dataset.name == /*/*/FEVT and blockreplica.last_update newer_than 60 days ago
11-
ProtectBlock dataset.name == /*/*/DQMIO and blockreplica.last_update newer_than 60 days ago
10+
ProtectBlock blockreplica.last_update newer_than 60 days ago
1211

1312
Protect dataset.name == /*/*/ALCARECO and replica.first_block_created newer_than January 1
1413
Protect dataset.name == /*/*/ALCAPROMPT and replica.first_block_created newer_than January 1

detox/campaigns/171009_disk.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
### Target sites
2+
On site.name in [T0_CH_CERN_Disk T1_*_Disk T2_*]
3+
4+
### Deletion trigger
5+
When always
6+
Until never
7+
8+
### Replica protection / deletion policies
9+
10+
Protect blockreplica.is_locked
11+
12+
Protect dataset.on_tape != FULL
13+
14+
# Run2016 18Apr2017
15+
16+
Protect dataset.name == /SingleMuon/Run2016B-18Apr2017_ver2-v1/AOD
17+
Protect dataset.name == /SingleMuon/Run2016?-18Apr2017-v?/AOD
18+
Protect dataset.name == /SingleMuon/Run2016G-ZMu-18Apr2017-v1/RAW-RECO
19+
Protect dataset.name == /ZeroBias/Run2016G-SiStripCalMinBias-18Apr2017-v1/ALCARECO
20+
Protect dataset.name == /ZeroBias/Run2016H-SiStripCalMinBias-18Apr2017-v1/ALCARECO
21+
22+
Protect dataset.name == /*/Run2016?-18Apr2017*/MINIAOD
23+
Protect dataset.name == /*/Run2016?-18Apr2017*/DQMIO
24+
Dismiss dataset.name == /*/Run2016?-*18Apr2017*/*
25+
26+
# PhaseIFall16DR
27+
28+
Protect dataset.name == /QCD_Pt-15to3000_TuneCUETP8M1_Flat_13TeV_pythia8/PhaseIFall16DR-PUFlat0to70_90X_upgrade2017_realistic_v6_C1-v2/*
29+
30+
Dismiss dataset.name == /TT_TuneCUETP8M2T4_13TeV-powheg-pythia8/PhaseIFall16DR-FlatPU28to62HcalNZSRAWFEVTDEBUGHLT_90X_upgrade2017_realistic_v6_C1-v1/GEN-SIM-DIGI-RAW
31+
Dismiss dataset.name == /TT_TuneCUETP8M2T4_13TeV-powheg-pythia8/PhaseIFall16DR-FlatPU28to62HcalNZSRAWFEVTDEBUGHLT_81X_upgrade2017_realistic_v26-v2/GEN-SIM-DIGI-RAW
32+
33+
Protect dataset.name == /*/*PhaseIFall16*NZS*_90X_upgrade2017_realistic_v6_C1*/*
34+
Protect dataset.name == /*/*PhaseIFall16*NZS*_81X_upgrade2017_realistic_v26*/*
35+
36+
Dismiss dataset.name == /*/*PhaseIFall16*/*
37+
38+
# PhaseIIFall16DR82
39+
40+
Dismiss dataset.name == /*/*PhaseIIFall16*/*
41+
42+
# Default
43+
44+
Protect

0 commit comments

Comments
 (0)