We should start our experiments with the cached mounting strategy in a read-only way: - [x] A configurable cache path on the node should be used as central entry point to download data using the opendal integration - [x] During the StageVolume phase the data should be downloaded and prepared into a content-hash derived path - [x] If data already exists do nothing - [x] Mount the downloaded content to the pod location using the READONLY flag. - [ ] Create a strategy for content checks and writeback
We should start our experiments with the cached mounting strategy in a read-only way: