After some tweaking in the cgroups test (adding --cgroup-manager=cgroupfs
) to account for new defaults, this build passes 114 of 122 tests in autotest suite.
I'm unable to reproduce the problem reported by @tomsweeneyredhat
Passes 114 out of 122 in autotest suite. (The rest are N/A or I'm-investigating-but-am-pretty-sure-they're-N/A).
conmon package works fine with podman-0.8.1-1.git6b4ab2a.fc28.x86_64; have not tested cri-o.
Passes greater subset of docker-autotest than previous version
I'm seeing regressions: issues 389 and 580 are back. @mheon believes it's a conmon issue, I agree that it's suspicious that both those issues were fixed in conmon.
Seems broken; podman ps/images seems ok, but run doesn't run:
# podman run fedora date
error reading container (probably exited) json message: EOF
ps shows the container created but never actually run:
# podman ps -a
podman ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2927990a5d9b docker.io/library/fedora:latest date 3 seconds ago Created sharp_fermi
The f28 build seems fine at first glance
Mostly good.
Mostly good.
One regression, still a bunch of issues I wish were fixed, but yeah, "generally functional".
One regression, still a bunch of issues I wish were fixed, but yeah, "generally functional".
LGTM
LGTM
LGTM
LGTM. One behavioral change in cgroups, probably a good thing overall.
LGTM
LGTM
I'm seeing regressions and new issues. Not terribly serious, but enough to say that I wouldn't want this out in the field. I'm sorry.
Fairly clean run of docker-autotest
Fairly clean run through docker-autotest
Passes much of docker-autotest; no apparent regressions.