Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

QMP command failed: 'pc-dimm' is not a valid device model name #1245

@umarcor

Description

@umarcor

Description of problem

~$ docker run --rm -it alpine ls
bin    etc    lib    mnt    proc   run    srv    tmp    var
dev    home   media  opt    root   sbin   sys    usr

~$ docker run --rm -it --runtime=runc alpine ls
bin    etc    lib    mnt    proc   run    srv    tmp    var
dev    home   media  opt    root   sbin   sys    usr

~$ docker run --rm -it --runtime=kata-runtime alpine ls
bin    etc    lib    mnt    proc   run    srv    tmp    var
dev    home   media  opt    root   sbin   sys    usr

~$ docker run --rm -it --runtime=runc -m 1g alpine ls
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
bin    etc    lib    mnt    proc   run    srv    tmp    var
dev    home   media  opt    root   sbin   sys    usr

~$ docker run --rm -it --runtime=kata-runtime -m 1g alpine ls
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
docker: Error response from daemon: OCI runtime create failed: QMP command failed: 'pc-dimm' is not a valid device model name: unknown.

Expected result

I expected kata-runtime to accept option -m.

Actual result

The following error is shown: docker: Error response from daemon: OCI runtime create failed: QMP command failed: 'pc-dimm' is not a valid device model name: unknown.


kata-collect-data.sh is not found on the host.

~$ kata-containers.runtime kata-check
INFO[0000] Unable to know if the system is running inside a VM  source=virtcontainers
INFO[0000] kernel property found                         arch=arm64 description="Kernel-based Virtual Machine" name=kvm pid=13725 source=runtime type=module
INFO[0000] kernel property found                         arch=arm64 description="Host kernel accelerator for virtio" name=vhost pid=13725 source=runtime type=module
INFO[0000] kernel property found                         arch=arm64 description="Host kernel accelerator for virtio network" name=vhost_net pid=13725 source=runtime type=module
INFO[0000] System is capable of running Kata Containers  arch=arm64 name=kata-runtime pid=13725 source=runtime

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions