Skip to content

Added a crawler that iterates through all existing LFNs and prints the ones that are expired.

Iuliana Brinzoi requested to merge ibrinzoi/jalien:master into master

The iteration is done in two phases, the first one checks the expired directories and will delete them recursively and the second one checks the expired files.

For the moment the lfns are just printed. They will be deleted in a future commit.

Merge request reports