Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CLONE_VOLUME #241

Open
ElectroshockGuy opened this issue Nov 27, 2023 · 3 comments
Open

Support CLONE_VOLUME #241

ElectroshockGuy opened this issue Nov 27, 2023 · 3 comments

Comments

@ElectroshockGuy
Copy link

Why you need it?

failed to provision volume with StorageClass "open-local-lvm": CSI driver does not support clone operations: controller CLONE_VOLUME capability is not reported

How it could be?

open-local already implements CSI volume cloning, why not enable it?
https://github.com/alibaba/open-local/blob/main/pkg/csi/type.go#L74

Other related information

Here are some links to official documenation on the topic:
https://kubernetes-csi.github.io/docs/volume-cloning.html

@peter-wangxu
Copy link
Collaborator

what version of open-local?

@ElectroshockGuy
Copy link
Author

version: open-local v0.7.0

Hi, apologies for the misunderstanding on my part. It appears that pv-clone.md is only a design document (#100). May I ask if there are any plans to support clone volume in the near future?

@peter-wangxu
Copy link
Collaborator

currently no,the current way is to take snapshot and create pv from it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants