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

QEMU: Add network boot timeout config value. #1742

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

cwize1
Copy link
Contributor

@cwize1 cwize1 commented Feb 11, 2022

On some systems and/or some guest OS images, the OS may take
longer to boot to the point where it requests an IP address
from the libvirt DHCP server. Therefore, provide an option
to extend this timeout length.

On some systems and/or some guest OS images, the OS may take
longer to boot to the point where it requests an IP address
from the libvirt DHCP server. Therefore, provide an option
to extend this timeout length.
@romoh
Copy link

romoh commented Feb 11, 2022

Should this be generalized to LISA? Do we anticipate similar problems happening for other providers as well?

@squirrelsc
Copy link
Member

Should this be generalized to LISA? Do we anticipate similar problems happening for other providers as well?

In Azure, there is an overall timeout, which is managed by Azure provisioning APIs. It will wait until the VM is ready. There is a client side DHCP timeout, but if it's timed out, the provisioning will be timed out also. It's not configurable.

@squirrelsc squirrelsc merged commit 9822486 into microsoft:main Feb 11, 2022
@cwize1 cwize1 deleted the user/chrisgun/QemuBootTimeout branch March 4, 2022 18:27
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.

None yet

3 participants