Skip to content

Add support for dependent disks during in-cluster near-live migration - #3794

Draft
presztak wants to merge 4 commits into
lxc:mainfrom
presztak:near_live_migration_dependent2
Draft

Add support for dependent disks during in-cluster near-live migration#3794
presztak wants to merge 4 commits into
lxc:mainfrom
presztak:near_live_migration_dependent2

Conversation

@presztak

@presztak presztak commented Aug 7, 2026

Copy link
Copy Markdown
Member

Closes: #3059

@github-actions github-actions Bot added Documentation Documentation needs updating API Changes to the REST API labels Aug 7, 2026
@presztak
presztak marked this pull request as ready for review August 7, 2026 08:29
@presztak
presztak requested a review from stgraber as a code owner August 7, 2026 08:29
@stgraber

stgraber commented Aug 7, 2026

Copy link
Copy Markdown
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.

@presztak

presztak commented Aug 7, 2026

Copy link
Copy Markdown
Member Author

@stgraber Another option I thought, would be to detect that this is a copy request originating from a different node, I mean, an inter-cluster request. However, reusing copy request elsewhere would then cause us to always skip shared volumes.

…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
presztak marked this pull request as draft August 11, 2026 17:50
@presztak
presztak force-pushed the near_live_migration_dependent2 branch from ee091c9 to cc41ffd Compare August 11, 2026 17:50
@github-actions github-actions Bot removed Documentation Documentation needs updating API Changes to the REST API labels Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Near-live migration for containers

2 participants