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

Implement CSI Volume Cloning Feature #3

Open
pmonday opened this issue Sep 7, 2021 · 0 comments
Open

Implement CSI Volume Cloning Feature #3

pmonday opened this issue Sep 7, 2021 · 0 comments
Assignees

Comments

@pmonday
Copy link
Member

pmonday commented Sep 7, 2021

The initial version of the driver does not implement volume cloning (https://v1-20.docs.kubernetes.io/docs/concepts/storage/volume-pvc-datasource/).

This should be achievable by

  • creating a snapshot of the PVC referenced
  • create the clone
  • export the clone as a file system or LUN

This issue is 'generic' and may be split up if the filesystem path is substantially different from iscsi. For now, filesystem would be the priority since it would be common for boot images and home directories and such.

@pmonday pmonday self-assigned this Sep 7, 2021
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

1 participant