virtualization script does not support POWER8NVL
Bug #1659929 reported by
Mike Rushton
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox Provider - Base |
Fix Released
|
High
|
Mike Rushton |
Bug Description
The KVM virtualization script /usr/lib/
This is related to the following bug.
https:/
Related branches
~leftyfb/plainbox-provider-checkbox:1659929-fix-virt-cpu
- Jeff Lane : Approve
-
Diff: 13 lines (+1/-1)1 file modifiedbin/virtualization (+1/-1)
Changed in plainbox-provider-checkbox (Ubuntu): | |
importance: | Undecided → High |
affects: | plainbox-provider-checkbox (Ubuntu) → plainbox-provider-checkbox |
Changed in plainbox-provider-checkbox: | |
milestone: | none → 0.34.0 |
status: | In Progress → Fix Committed |
Changed in plainbox-provider-checkbox: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The specific lines in /usr/lib/ plainbox- provider- checkbox/ bin/virtualizat ion are
'ppc64el': {
'cloudimg_ type': CLOUD_IMAGE_ TYPE_DISK,
'cloudimg_ arch': 'ppc64el', ppc64',
'qemu_ disk_type' : QEMU_DISK_ TYPE_VIRTIO,
'qemu_ extra_args' : [
'- enable- kvm',
'- machine' , 'pseries,usb=off',
'qemu_bin': 'qemu-system-
'-cpu', 'POWER8',
],