Hello,
Reading through the documentation (particularly Sign in to CERN), the unpin of the data from disk storage happens almost immediately post successful tape archive.
While this is expected in usual operation, I’m actually very keen to explore the concept of delaying this based on some metric so I can read the data back for a limited time. I’m not looking to remove the immutability, however reading back a select portion of data that has been written to tape, without a retrieve, is useful for some tools.
Is there some way to delay this particular event?
Alternately, would it be more sensible to use the WFE to with a second path on the EOS instance, and use the WFE with my own functionality to move data to the archival area by my own policy?