Fix 'EOS command 'evict'/'stagerrm' not deleting files on FST'
As shown in https://gitlab.cern.ch/cta/operations/-/issues/1211#note_7218878, the EOS command evict
/stagerrm
was no longer deleting the files on the FST, due to a misuse of the flag forceRemove
on XrdMgmOfs::_dropallstripes(...)
and XrdMgmOfs::_dropstripe(...)
:
This merge request fixes that.
It also fixes a related bug on the attribute linking for CTA workflow.
Corresponding EOS Jira ticket:
Edited by Joao Afonso