kata-containers/govmm

Not work with qemu 6.1

liubin opened this issue · 0 comments

With additional devices backended by socket file, will get an error:

FATA[0000] Starting the container "cf2df32dec4fa09dbd0cea7079a51ce6c770b6de7f3c816d810a370e3e6d3dcb" failed: rpc error: code = Unknown desc = failed to create containerd task: failed to create shim: QMP command failed: Failed to add chardev 'blk-958c95132b5bf0c2': 'wait' option is incompatible with socket in client connect mode: unknown

The error is from https://github.com/qemu/qemu/blob/v6.1.0/chardev/char-socket.c#L1354-L1358