Async item operations always fail on read-only BSL #6753
Labels
Area/CSI
Related to Container Storage Interface support
area/datamover
target/1.11.2
target/1.12-rc.2
Milestone
If a BSL is set to readOnly for its accessMode, the restore will be marked as
ParitiallyFailed
and all the async operations are left orphaned.For example, if the BSL is readOnly, the data mover restore will be set as
ParitiallyFailed
quickly and the DataDownloads continue and finally complete.It is definitely a valid use case to set the BSL readOnly while doing a restore, however, at present, Velero restore cannot follow the read-only BSL rule as it needs to write the restore metadata to the backup store.
At present, we cannot solve this contradiction, so Velero restore doesn't do the BSL readOnly check but ignore it.
The async operation should follow the same behavior until the conflict is fixed.
The text was updated successfully, but these errors were encountered: