Comment 3 for bug 1860569

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to paunch (master)

Reviewed: https://review.opendev.org/703816
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=3012fe75aa1385896e45abf797e6adb2ee5c72ae
Submitter: Zuul
Branch: master

commit 3012fe75aa1385896e45abf797e6adb2ee5c72ae
Author: Cédric Jeanneret <email address hidden>
Date: Wed Jan 22 16:11:21 2020 +0100

    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