Replace EOS "stagerrm" command by "evict"
As discussed in #277 (closed), stagerrm s an artifact from the CASTOR era, whose behaviour is now different on CTA.
Therefore, we decided to replace it by evict. The usage of stagerrm should be removed.
Tasks:
-
1. Add evictcommand to EOS, triggering the same behaviour asstagerrm. -
2. [optional] Refactor EOS code so that all stagerrmreferences (function names, variable names, tests, etc.) are replaced byevict. -
3. Mark stagerrmcommand as deprecated. Do not allow it to be used (or simply remove it from EOS). -
4. Wait for next EOS relase... -
5. Modify CTA and CTA operations repos to use the new evictcommand (replace it in system tests, operational tools, function and variable names, etc...). Test them with the latest EOS release. -
6. Add the new EOS version to the CTA dependencies.
Edited by Joao Afonso