No support for double output to serial console on qemu-kvm s390x
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Medium
|
Newell Jensen | ||
2.5 |
Fix Committed
|
Medium
|
Newell Jensen | ||
Ubuntu on IBM z Systems |
Fix Released
|
Medium
|
bugproxy |
Bug Description
A case came up where qemu-kvm should use double logging on (multiple) sclpconsole which is currently not supported on s390x.
Any idea or alternatively virtio console or something else possible?
Example (obviously non-working):
qemu-system-s390x: -drive file=/var/
/usr/bin/kvm -name guest=vm1,
w,file=
cel=kvm,
reads=1 -uuid 211cd0ab-
Related branches
- Newell Jensen (community): Approve
-
Diff: 12 lines (+1/-0)1 file modifiedsrc/provisioningserver/drivers/pod/virsh.py (+1/-0)
- Andres Rodriguez (community): Approve
-
Diff: 12 lines (+1/-0)1 file modifiedsrc/provisioningserver/drivers/pod/virsh.py (+1/-0)
Changed in ubuntu-z-systems: | |
status: | New → Confirmed |
Changed in ubuntu-z-systems: | |
status: | Confirmed → In Progress |
Changed in maas: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Newell Jensen (newell-jensen) |
milestone: | none → 2.6.0beta1 |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-z-systems: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To avoid confusion, on x86 this is generated from a libvirt xml that has two contole entries on the same port - one
@Frank - As discussed this comes from MAAS, you might want to ask them for their XML template.
And on s390x 2 x sclp was picked due to that which obviously can't work.
I would wonder if an extra virto-serial could do the trick.
Furthermore I just realized that Openstack does the same like in https:/ /pastebin. canonical. com/190844/ ; so maybe they already have the right s390x combination to get this running somehow - you might ask them as well.