Comment 8 for bug 1957913

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/puppet-openstack-integration/+/824695
Committed: https://opendev.org/openstack/puppet-openstack-integration/commit/9598bebff8a1882726b42468fb9994a9155e2e47
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 9598bebff8a1882726b42468fb9994a9155e2e47
Author: Takashi Kajinami <email address hidden>
Date: Fri Jan 14 18:33:47 2022 +0900

    Fix unprivileged ping

    Recent iputils in CentOS 8 Stream removed capabilities on the ping
    binary and requires the change in net.ipv4.ping_group_range to allow
    unprivileged users to ping, however the change in systemd[1] is not
    yet shipped.

    This is a temporal workaround and sets the kernel parameter. This can
    be removed once the fix is shipped as part of a new systemd package.

    [1] https://github.com/redhat-plumbers/systemd-rhel8/pull/246

    Closes-Bug: #1957913
    Change-Id: I6fc0e7a62106c53d983818fc8c8b9d1e1cdebb31
    (cherry picked from commit 50c2dab0634e33ed3ce15af0baf03a878ef0b131)
    (cherry picked from commit 468b2263aa3663661b0a3062c4bda0806d31aead)