Skip to content

Commit d2ec84a

Browse files
Not considering replicas for deletions if on certain site
1 parent ae14ec7 commit d2ec84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/detox/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
main = Configuration(
44
activity_indicator = '/home/cmsprod/public_html/IntelROCCS/Detox/inActionLock.txt',
5-
deletion_per_iteration = 0, # fraction of quota to delete per iteration
5+
deletion_per_iteration = 0.01, # fraction of quota to delete per iteration
66
deletion_volume_per_request = 50, # size to delete per deletion request in TB
77
exclude_if_on = [], # if a dataset has a replica on these [sites], don't consider it for deletions. Introduced because of CNAF indicent.
88
time_shift = 0. # number of days in the future from which to evaluate the policies

0 commit comments

Comments
 (0)