kubernetes-sigs / ibm-powervs-block-csi-driver

CSI Driver for IBM® Power Systems™ Virtual Server
Apache License 2.0
5 stars 22 forks source link

Feature: Volume Snapshot #240

Open Madhan-SWE opened 2 years ago

Madhan-SWE commented 2 years ago

Is your feature request related to a problem?/Why is this needed Volume Snapshot feature is currently not implemented in ibm-powervs-block-csi-driver.

/feature

Describe the solution you'd like in detail Explore the following APIs in the Power Cloud API Docs: 1.https://cloud.ibm.com/apidocs/power-cloud#pcloud-pvminstances-snapshots-post 2.https://cloud.ibm.com/apidocs/power-cloud#pcloud-cloudinstances-snapshots-getall Implement volume snapshot feature if that is supported by the environment.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

mkumatag commented 2 years ago

1.https://cloud.ibm.com/apidocs/power-cloud#pcloud-pvminstances-snapshots-post 2.https://cloud.ibm.com/apidocs/power-cloud#pcloud-cloudinstances-snapshots-getall Implement volume snapshot feature if that is supported by the environment.

These are the vm snapshot calls, I really doubt you can snapshot the volumes with these apis.

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

Madhan-SWE commented 1 year ago

Volume Snapshot feature is not yet supported by PowerVS currently.

Madhan-SWE commented 1 year ago

/remove-lifecycle stale lets hold until the feature is supported by PowerVS.

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

Madhan-SWE commented 1 year ago

/remove-lifecycle stale lets hold until the feature is supported by PowerVS.

Madhan-SWE commented 1 year ago

/remove-lifecycle rotten

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

yussufsh commented 1 year ago

/lifecycle frozen There are no snapshot APIs for volumes in PowerVS https://cloud.ibm.com/apidocs/power-cloud#pcloud-cloudinstances-snapshots-getall

kishen-v commented 5 days ago

/remove-lifecycle frozen

https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/pull/1965#issuecomment-2357494144 /assign Snapshot is now supported with the latest release.

cc @GunaKKIBM @pjsharath28

pjsharath28 commented 5 days ago

Hi @kishen-v , I'd like to work on this issue. /assign

pjsharath28 commented 22 hours ago

There is still no support for Volume Snapshot create and deletion yet https://github.com/IBM-Cloud/power-go-client/blob/v1.8.1/power/client/snapshots/snapshots_client.go