Skip to content

runc checkpoint: destroy container error  #3577

@gosoon

Description

@gosoon

I create a runc container mycontainerid with README using-runc section.But exec runc checkpoint mycontainerid cmd failed with error when container is running or paused.As shown below:

# runc list
ID              PID         STATUS      BUNDLE         CREATED                          OWNER
mycontainerid   16670       running     /mycontainer   2022-08-28T11:49:44.809303123Z   root


# runc checkpoint mycontainerid
ERRO[0000] container still running
ERRO[0000] criu failed: type NOTIFY errno 0
log file: dump.log


# runc list
ID              PID         STATUS      BUNDLE         CREATED                          OWNER
mycontainerid   16670       paused      /mycontainer   2022-08-28T11:49:44.809303123Z   root

# runc checkpoint mycontainerid
ERRO[0000] container paused
ERRO[0000] criu failed: type NOTIFY errno 0
log file: dump.log


# runc -v
runc version 1.1.0+dev
commit: v1.1.0-272-g4a51b04
spec: 1.0.2-dev
go: go1.19
libseccomp: 2.3.1

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