paunch/paunch/utils
Cédric Jeanneret 754c7885f4 Execute healthchecks as root
Some containers doesn't have the "default" user set to root (which is
good). This lead to healthcheck_port() function to return a message
because the non-root user isn't allowed to call "ss" command as itself.

Ensuring we're running the healthchecks as root will also allow to stop
duplicating some commands, making them faster and smaller for the
system.

This was discovered and discussed on Red Hat bugzilla first, then ported
to Launchpad.

Change-Id: I2e49d4dd5b385237f4f79929c70365424f6fa22d
Closes-Bug: 1860569
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1778881
(cherry picked from commit 3012fe75aa)
(cherry picked from commit 592dab7a84)
2020-02-12 14:49:36 +00:00
..
__init__.py podman: create/delete systemd unit files when restart policy is used 2018-10-02 16:43:14 -04:00
common.py Add --cpuset-cpus support for both Docker and Podman 2019-09-24 09:56:25 -04:00
systemctl.py Check if container is running before doing an exec 2019-08-28 11:47:19 +00:00
systemd.py Execute healthchecks as root 2020-02-12 14:49:36 +00:00