Refresh remote session during long migrations (26.1-lcm)#6916
Open
gthvn1 wants to merge 1 commit intoxapi-project:26.1-lcmfrom
Open
Refresh remote session during long migrations (26.1-lcm)#6916gthvn1 wants to merge 1 commit intoxapi-project:26.1-lcmfrom
gthvn1 wants to merge 1 commit intoxapi-project:26.1-lcmfrom
Conversation
Member
|
Please, add the hash of the backported commit into the commit message: |
Contributor
Author
you mean the sha1 I used to cherry-pick that is |
Long VM migrations can exceed the default SM session timeout (24h), causing the destination host to fail when using an expired session. This is especially problematic for large VDI copies. This patch ensures migrations do not fail due to session expiration by refreshing the remote session periodically while the data copy is in progress. (cherry picked from commit e76c039) Signed-off-by: Guillaume <guillaume.thouvenin@vates.tech>
f7afc85 to
8bbfa01
Compare
Contributor
Author
|
And I will add an alias so cherry-pick will use |
Contributor
Author
|
I looked to the OCaml test that failed but I didn't understand the problem. I ran it locally and it looks good to me. |
psafont
approved these changes
Feb 23, 2026
lindig
approved these changes
Feb 25, 2026
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.
Long VM migrations can exceed the default SM session timeout (24h), causing the destination host to fail when using an expired session. This is especially problematic for large VDI copies.
This patch ensures migrations do not fail due to session expiration by refreshing the remote session periodically while the data copy is in progress.