Skip to content

Commit 6fa5aaa

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/detox/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def _execute_policy(self, policy, is_test, comment):
101101

102102
# check if replica is present on other site(s) that trigger exclusion from the possible deletion
103103
# possible use case: a tape site has had a water indicident, for example
104-
# Communication is needed because we do not
104+
# Communication with database is needed because we do not have all (tape) replicas in memory
105105
if len(detox_config.main.exclude_if_on) > 0:
106106
excluded_replicas = []
107107
for replica in all_replicas:

0 commit comments

Comments
 (0)