clearcontainers / runtime

OCI (Open Containers Initiative) compatible runtime using Virtual Machines
Apache License 2.0
589 stars 70 forks source link

list: Don't fail if rootfs doesn't exist #907

Closed jodh-intel closed 6 years ago

jodh-intel commented 6 years ago

If it is not possible to determine the owner of the rootfs, do not fail the entire list operation, just mark the container owner field with a question mark.

Fixes #906.

Signed-off-by: James O. D. Hunt james.o.hunt@intel.com

chavafg commented 6 years ago

lgtm

Approved with PullApprove

clearcontainersbot commented 6 years ago

kubernetes qa-passed 👍

jcvenegas commented 6 years ago

Any update on this, I think is safe close it, or merge it but add a warning to our log.

jodh-intel commented 6 years ago

Let's close it for now as it no longer seems to be required.