Add support for dependent disks during in-cluster near-live migration - #3794
Draft
presztak wants to merge 4 commits into
Draft
Add support for dependent disks during in-cluster near-live migration#3794presztak wants to merge 4 commits into
presztak wants to merge 4 commits into
Conversation
presztak
marked this pull request as ready for review
August 7, 2026 08:29
Member
|
@presztak I really don't like the added shared/api options. We shouldn't have anything internal be exposed to the public API in that way. Is there no way for us to detect what we need internally considering all of this is happening with a shared database and with the client user-agent and certificate set to the cluster internal one so we can detect that this isn't a user request but is in fact a cluster-internal operation. |
Member
Author
|
@stgraber Another option I thought, would be to detect that this is a |
…pshot Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
…ar-live migration Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
presztak
marked this pull request as draft
August 11, 2026 17:50
presztak
force-pushed
the
near_live_migration_dependent2
branch
from
August 11, 2026 17:50
ee091c9 to
cc41ffd
Compare
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.
Closes: #3059