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

Feature: Volume Snapshot #240

Open
Madhan-SWE opened this issue Aug 23, 2022 · 13 comments
Open

Feature: Volume Snapshot #240

Madhan-SWE opened this issue Aug 23, 2022 · 13 comments

Comments

@Madhan-SWE
Copy link

Madhan-SWE commented Aug 23, 2022

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.

@Madhan-SWE Madhan-SWE changed the title Feature: Create and Delete Snapshot Feature: Volume Snapshot feature Aug 23, 2022
@Madhan-SWE Madhan-SWE changed the title Feature: Volume Snapshot feature Feature: Volume Snapshot Aug 23, 2022
@mkumatag
Copy link
Member

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
Copy link

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

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

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 21, 2022
@Madhan-SWE
Copy link
Author

Volume Snapshot feature is not yet supported by PowerVS currently.

@Madhan-SWE
Copy link
Author

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

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 5, 2022
@k8s-triage-robot
Copy link

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

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

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

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

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 5, 2023
@k8s-triage-robot
Copy link

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle rotten
  • Close this issue with /close
  • Offer to help out with Issue Triage

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

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Apr 4, 2023
@Madhan-SWE
Copy link
Author

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

@Madhan-SWE
Copy link
Author

/remove-lifecycle rotten

@k8s-ci-robot k8s-ci-robot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Apr 4, 2023
@k8s-triage-robot
Copy link

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

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

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

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

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 3, 2023
@yussufsh
Copy link
Contributor

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

@k8s-ci-robot k8s-ci-robot added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Aug 25, 2023
@kishen-v
Copy link
Contributor

/remove-lifecycle frozen

kubernetes-sigs/cluster-api-provider-ibmcloud#1965 (comment)
/assign
Snapshot is now supported with the latest release.

cc @GunaKKIBM @pjsharath28

@k8s-ci-robot k8s-ci-robot removed the lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. label Sep 18, 2024
@pjsharath28
Copy link

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

@kishen-v kishen-v removed their assignment Sep 18, 2024
@pjsharath28
Copy link

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

@pjsharath28 pjsharath28 removed their assignment Sep 23, 2024
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

7 participants