Merge ~newell-jensen/maas:2.5-lp1811986 into maas:2.5

Proposed by Newell Jensen
Status: Merged
Approved by: Newell Jensen
Approved revision: 038d987949d65b5c8b4fa56edda90057e2e3aff6
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~newell-jensen/maas:2.5-lp1811986
Merge into: maas:2.5
Diff against target: 21 lines (+1/-5)
1 file modified
src/provisioningserver/drivers/pod/virsh.py (+1/-5)
Reviewer Review Type Date Requested Status
Newell Jensen (community) Approve
Review via email: mp+365488@code.launchpad.net

Commit message

Backport of 87ee20a2df65a821ce3f5fd788436777c1438e87

LP: #1811986 -- Disable serial console logging for s390x.

To post a comment you must log in.
Revision history for this message
Newell Jensen (newell-jensen) wrote :

Self approved backport

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :
Revision history for this message
MAAS Lander (maas-lander) wrote :
Revision history for this message
MAAS Lander (maas-lander) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/src/provisioningserver/drivers/pod/virsh.py b/src/provisioningserver/drivers/pod/virsh.py
2index 82ecda8..c99c18c 100644
3--- a/src/provisioningserver/drivers/pod/virsh.py
4+++ b/src/provisioningserver/drivers/pod/virsh.py
5@@ -1,4 +1,4 @@
6-# Copyright 2017-2018 Canonical Ltd. This software is licensed under the
7+# Copyright 2017-2019 Canonical Ltd. This software is licensed under the
8 # GNU Affero General Public License version 3 (see the file LICENSE).
9
10 """Virsh pod driver."""
11@@ -222,10 +222,6 @@ DOM_TEMPLATE_S390X = dedent("""
12 <pae/>
13 </features>
14 <devices>
15- <serial type='pty'>
16- <log file="/var/log/libvirt/qemu/{name}-serial0.log" append="off" />
17- <target port='0'/>
18- </serial>
19 <console type='pty'>
20 <target type='sclp' port='0'/>
21 <alias name='console0'/>

Subscribers

People subscribed via source and target branches