chore(api): block migration during snapshotting and snapshotting during migration - #2031
Draft
eofff wants to merge 10 commits into
Draft
chore(api): block migration during snapshotting and snapshotting during migration#2031eofff wants to merge 10 commits into
eofff wants to merge 10 commits into
Conversation
eofff
marked this pull request as ready for review
March 2, 2026 08:35
loktev-d
previously approved these changes
Mar 3, 2026
hardcoretime
requested changes
Mar 4, 2026
eofff
force-pushed
the
fix/api/fail-snapshot-while-migration-and-migration-while-snapshot
branch
from
March 4, 2026 13:06
3880a01 to
7d334d9
Compare
eofff
marked this pull request as draft
March 5, 2026 08:47
eofff
force-pushed
the
fix/api/fail-snapshot-while-migration-and-migration-while-snapshot
branch
2 times, most recently
from
March 5, 2026 14:18
48fccd3 to
fad060c
Compare
eofff
marked this pull request as ready for review
March 6, 2026 07:52
eofff
marked this pull request as draft
March 10, 2026 22:23
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
eofff
force-pushed
the
fix/api/fail-snapshot-while-migration-and-migration-while-snapshot
branch
from
March 19, 2026 07:32
fad060c to
7dc075f
Compare
hardcoretime
requested changes
Mar 19, 2026
eofff
marked this pull request as ready for review
March 19, 2026 11:24
hardcoretime
requested changes
Mar 19, 2026
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Block migration during snapshotting, and block snapshotting while migration is in progress.
Why do we need it, and what problem does it solve?
The combination of migration and snapshot creation caused issues with file system freeze and unfreeze operations.
What is the expected result?
Stable working system.
Checklist