linode-blockstorage-csi-driver icon indicating copy to clipboard operation
linode-blockstorage-csi-driver copied to clipboard

support for volume snapshot creation, deletion and restore

Open parthnavale opened this issue 1 year ago • 4 comments

General:

  • [x] Have you removed all sensitive information, including but not limited to access keys and passwords?
  • [x] Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?

Feature Requests:

  • [x] Have you explained your rationale for why this feature is needed?
  • [ ] Have you offered a proposed implementation/solution?

Bug Reporting

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

Environment Specifications

Screenshots, Code Blocks, and Logs

Additional Notes


For general help or discussion, join the Kubernetes Slack team channel #linode. To sign up, use the Kubernetes Slack inviter.

The Linode Community is a great place to get additional support.

parthnavale avatar Apr 18 '23 04:04 parthnavale

In General other cloud, CSI drivers have the support for the creation, deletion, and restore of the snapshot. Can it be added to LKE as well

parthnavale avatar Apr 18 '23 07:04 parthnavale

Without this implemented, is there any way to backup PVC volumes on LKE?

shinebayar-g avatar Nov 08 '23 07:11 shinebayar-g

hey, when is this feature planned to be released?

mzimry avatar Feb 11 '24 16:02 mzimry

Interesting I was trying to setup volume snapshots and didn't get it to work.

acrogenesis avatar Apr 06 '24 23:04 acrogenesis

Hi everyone! Sorry for this ticket having sat here so long, unaddressed.

Unfortunately, the CSI driver is limited by what is exposed through the Linode API, which currently does not support snapshots for block storage volumes. Linode has "instance volumes" which are the hypervisor-local disks attached to a Linode instance, and those support snapshots, but there is currently no way to snapshot a block storage volume.

If you would like this feature to be added, the best course of action would be to submit a feature request to the Linode Community Q&A.

nesv avatar Jul 11 '24 15:07 nesv