You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
How to specify clone method in storage class or storage profile when using trident csi in Openshift 4.14?
Describe alternatives you've considered
Nothing alternative available but we can use virtual to upload the image to Datavolume however it is taking too much of time as we don't have the clone capability defined in storage class nor storage profile.
Additional context
NA
The text was updated successfully, but these errors were encountered:
A bit more context might be helpful. I assume this question relates to OpenShift Virtualization? And more specifically to the Containerized Data Import (CDI)?
With Trident, you can set the cloneStrategy to either snapshot or csi-clone. I personally prefer the snapshot approach, using the snapshot as an immutable golden image from which you clone (and easily keeping multiple versions of that golden image in different snapshots).
Describe the solution you'd like
How to specify clone method in storage class or storage profile when using trident csi in Openshift 4.14?
Describe alternatives you've considered
Nothing alternative available but we can use virtual to upload the image to Datavolume however it is taking too much of time as we don't have the clone capability defined in storage class nor storage profile.
Additional context
NA
The text was updated successfully, but these errors were encountered: