Skip to content

Commit

Permalink
Adopt RHEL6 and Centos 6 templates to new libvirt/QEMU changes (#302)
Browse files Browse the repository at this point in the history
Old guests like RHEL6 or CentOS6 require virtio-transitional
in newer libvirt/qemu versions, there a flag was added in the VM
template in order to signal the need for the virtio-transitional
configuration in the devices section.

BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1783192

Signed-off-by: Igor Bezukh <[email protected]>
  • Loading branch information
enp0s3 authored Jan 10, 2021
1 parent afdbe0b commit 24f15c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/centos6.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ objects:
requests:
memory: {{ item.memsize }}
devices:
useVirtioTransitional: true
rng: {}
{% if item.tablet %}
inputs:
Expand Down
1 change: 1 addition & 0 deletions templates/rhel6.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ objects:
requests:
memory: {{ item.memsize }}
devices:
useVirtioTransitional: true
rng: {}
{% if item.tablet %}
inputs:
Expand Down

0 comments on commit 24f15c9

Please sign in to comment.