-
Notifications
You must be signed in to change notification settings - Fork 271
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. |
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, |
@akalenyu, per documentation here & there
As you can imagine you can quickly reach 64 VMs starting from a Golden image. My understanding was that with the updated We are investigating to add full-blown detached copy to PowerStore. But in the meantime it is probably wise to not rely on PVC Clone. |
Hey, I totally get the reasoning, I am just saying that the same problem could meet you further down the road Anyhow, this decision is entirely up to you, but, for visibility I would appreciate an lgtm from |
@akalenyu: GitHub didn't allow me to request PR reviews from the following users: peterclauterbach. Note that only kubevirt members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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 APPROVED This pull-request has been approved by: akalenyu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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: