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

CA-401242: avoid long-running, idle connections on VDI.pool_migrate, backport #6103

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

psafont
Copy link
Member

@psafont psafont commented Nov 5, 2024

When a VDI.pool_migrate starts at a pool member, a connection between the coordinator and that host remains open for the duration of the migration. This connection is completely idle. If the migration lasts for more than 12 hours, stunnel closes the connection due to inactivity, which cancels the migration.

To avoid this use an internal API that uses short-running connection whenever possible to avoid interrupting the migration.

merged cherry-pick of 0149ee5

…backport

When a VDI.pool_migrate starts at a pool member, a connection between the
coordinator and that host remains open for the duration of the migration. This
connection is completely idle. If the migration lasts for more than 12 hours,
stunnel closes the connection due to inactivity, which cancels the migration.

To avoid this use an internal API that uses short-running connection whenever
possible to avoid interrupting the migration.

merged cherry-pick of 0149ee5

Signed-off-by: Pau Ruiz Safont <[email protected]>
@psafont psafont merged commit e23d3b6 into xapi-project:1.249-lcm Nov 5, 2024
5 checks passed
@psafont psafont deleted the private/paus/yangtze-mig branch November 5, 2024 15:30
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.

3 participants