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

warm migration: remove prev snapshot before pause #1198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mansam
Copy link
Contributor

@mansam mansam commented Nov 19, 2024

The migration controller currently waits until the next precopy phase starts to remove the old snapshot.
Deleting the previous snapshot prior to pausing should speed the process up.

@codecov-commenter
Copy link

codecov-commenter commented Nov 19, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 15.65%. Comparing base (3f82781) to head (1d38ad9).

Files with missing lines Patch % Lines
pkg/controller/plan/migration.go 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1198   +/-   ##
=======================================
  Coverage   15.65%   15.65%           
=======================================
  Files         112      112           
  Lines       23071    23071           
=======================================
  Hits         3612     3612           
  Misses      19174    19174           
  Partials      285      285           
Flag Coverage Δ
unittests 15.65% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The migration controller currently waits until the next
precopy phase starts to remove the old snapshot.
Deleting the previous snapshot prior to pausing should
speed the process up.

Signed-off-by: Sam Lucidi <[email protected]>
@mansam mansam force-pushed the remove-snapshot-before-pausing branch from b3998c6 to 1d38ad9 Compare November 26, 2024 17:59
@mansam mansam marked this pull request as ready for review December 4, 2024 17:14
@mansam mansam requested review from mnecas and yaacov as code owners December 4, 2024 17:14
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.

2 participants