mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-06 03:56:34 +00:00
runtime: Remove console=ttysclp0 for s390x
After the introduction of the following kernel parameters (see #6163): ``` CONFIG_SCLP_VT220_TTY=y CONFIG_SCLP_VT220_CONSOLE=y ``` the system log for Kata components (e.g., the agent) no longer appeared on the SCLP console (i.e., /dev/ttysclp0). Let's switch to the default fallback console (likely /dev/console) for logging. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
parent
65021caca6
commit
624f7bfe0b
@ -114,8 +114,6 @@ func (q *qemuS390x) appendConsole(ctx context.Context, devices []govmmQemu.Devic
|
||||
return devices, fmt.Errorf("Failed to append console %v", err)
|
||||
}
|
||||
|
||||
q.kernelParams = append(q.kernelParams, Param{"console", "ttysclp0"})
|
||||
|
||||
serial := govmmQemu.SerialDevice{
|
||||
Driver: virtioSerialCCW,
|
||||
ID: id,
|
||||
|
Loading…
Reference in New Issue
Block a user