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

fix(cdi): change clone strategy fot sds provisioners #573

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

Isteb4k
Copy link
Contributor

@Isteb4k Isteb4k commented Dec 13, 2024

Description

When cloning from PVC to PVC, it's necessary to select a cloning strategy. By default, the cloning strategy snapshot is selected.

However, replicated.csi.storage.deckhouse.io and local.csi.storage.deckhouse.io can create snapshots only when using LVM Thin.

To avoid errors, for LVM Thick, it's necessary to use copy cloning strategy (csi-clone is also unavailable since the CSI itself creates a snapshot when using csi-clone).

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

@Isteb4k Isteb4k changed the title Feat/cdi/sds clone stragegy fix(cdi): change clone strategy fot sds provisioners Dec 13, 2024
@Isteb4k Isteb4k changed the base branch from main to feat/cdi/improve-clone-performance December 13, 2024 14:06
@Isteb4k Isteb4k force-pushed the feat/cdi/sds-clone-stragegy branch 7 times, most recently from b029adc to 346a5e3 Compare December 13, 2024 23:10
@Isteb4k Isteb4k marked this pull request as ready for review December 16, 2024 09:08
yaroslavborbat
yaroslavborbat previously approved these changes Dec 16, 2024
Base automatically changed from feat/cdi/improve-clone-performance to main December 16, 2024 09:40
@Isteb4k Isteb4k dismissed yaroslavborbat’s stale review December 16, 2024 09:40

The base branch was changed.

@Isteb4k Isteb4k force-pushed the feat/cdi/sds-clone-stragegy branch 3 times, most recently from 81cb1db to 4f66770 Compare December 17, 2024 08:56
@Isteb4k Isteb4k force-pushed the feat/cdi/sds-clone-stragegy branch from 4f66770 to feba3d0 Compare December 17, 2024 20:15
@Isteb4k Isteb4k force-pushed the feat/cdi/sds-clone-stragegy branch from feba3d0 to 42b492a Compare December 18, 2024 12:25
@Isteb4k Isteb4k merged commit a1f51ed into main Dec 18, 2024
12 checks passed
@Isteb4k Isteb4k deleted the feat/cdi/sds-clone-stragegy branch December 18, 2024 14:17
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

Successfully merging this pull request may close these issues.

3 participants