-
Notifications
You must be signed in to change notification settings - Fork 269
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
Change clone strategy to avoid PowerStore snapshot limits #3520
base: main
Are you sure you want to change the base?
Conversation
Hi @coulof. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: coulof <[email protected]>
So CSI/snapshot clones normally create ephemeral snapshots, which should keep us within limits. I want to ensure I poke at this a bit, since doing host assisted clones all over is going to be a major hit for anyone who uses this solution. |
In PowerStore, a PVC restore from a Snapshot is actually a writable Snapshot. There are limited number of writable snapshot per LUN therefore we have to switch to host copy. |
In that case, you also want to not use snapshots as golden sources (many VMs will restore from them), right containerized-data-importer/doc/onboarding-storage-provisioners.md Lines 18 to 19 in 1360dfd
But my worries remain, host-assisted is a big hammer, |
What this PR does / why we need it:
PowerStore has a limit of 32 to 64 writable snapshots which prevents to create more VMs from a base OS.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: