You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for snapshot operations kanister uses blockstorage package, which has several providers abstracting away specific APIs.
Functions like CreateVolumeFromSnapshot use those providers.
Since introduction of CSI volume snapshots this functionality can be done via CSI apis instead of blockstorage providers. The functions currently using blockstorage package can be changed to use CSI and blockstorage package can be deprecated.
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue 👍. The team will review it shortly.
If this is a bug report, make sure to include clear instructions how on to reproduce the problem with minimal reproducible examples, where possible. If this is a security report, please review our security policy as outlined in SECURITY.md.
If you haven't already, please take a moment to review our project's Code of Conduct document.
Currently for snapshot operations kanister uses blockstorage package, which has several providers abstracting away specific APIs.
Functions like
CreateVolumeFromSnapshot
use those providers.Since introduction of CSI volume snapshots this functionality can be done via CSI apis instead of blockstorage providers. The functions currently using blockstorage package can be changed to use CSI and blockstorage package can be deprecated.
The text was updated successfully, but these errors were encountered: