-
Notifications
You must be signed in to change notification settings - Fork 23
Set q35 hw machine type as default #648
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
Conversation
etc/kayobe/kolla/config/nova.conf
Outdated
@@ -0,0 +1,3 @@ | |||
[libvirt] | |||
hw_machine_type = q35 | |||
num_pcie_ports = 16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's going to be backported upstream (right @bbezak ?) - so we probably could set only hw_machine_type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
master got merged today. backports just started - https://review.opendev.org/c/openstack/kolla-ansible/+/895373
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stable/yoga merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably we should have kept this since we can't assume kolla-ansible is up to date on client deployments.
upgrade: | ||
- | | ||
Configure Nova to use more modern 'q35' libvirt machine type rather than | ||
'pc' which is considered legacy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will there be any impact on existing systems from changing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most likely no - in yoga all instances should have type metadata already, during upgrade check will fail if not. When restarted new vms should use new type afaik.
Changed nova.conf machine type to q35.