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

migration: Update migrate_maxdowntime to a common value #5873

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cliping
Copy link
Contributor

@cliping cliping commented Sep 2, 2024

Set a common value for migrate_maxdowntime, then do replacement in local CI envirionment.

Set a common value for migrate_maxdowntime, then do replacement in local
CI envirionment.

Signed-off-by: lcheng <lcheng@redhat.com>
grep_str_local_log = '"execute":"migrate-set-capabilities".*"capability":"auto-converge","state":true'
variants:
- default:
virsh_migrate_extra = "--auto-converge"
migrate_maxdowntime = "EXAMPLE_AUTOCONVERGE_MAXDOWNTIME"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to maintain a specific value upstream, I think it can be done with

autoconverge_maxdowntime = '0.100000'
migrate_maxdowntime = '${autoconverge_maxdowntime}'

@cliping cliping marked this pull request as draft September 12, 2024 08:15
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.

2 participants