a3be15743bcb33d6ecd67e24d082aa664d55864b
This check is broken because healthcheck_port uses the user of the process, but the /proc files accessed are owned by root. This is probably because dnsmasq starts as root to bind to priviliged port 67, then drops to the dnsmasq user. This healthcheck likely doesn't add much value since it is a self-contained tool which will be bound to the port if it is running. See https://bugzilla.redhat.com/show_bug.cgi?id=1961237 Change-Id: Ic23e80465356f0a336621008e0a9d5b0c295d816
Team and repository tags
tripleo-common
A common library for TripleO workflows.
- Free software: Apache license
- Documentation: https://docs.openstack.org/tripleo-common/latest/
- Source: http://opendev.org/openstack/tripleo-common
- Bugs: https://bugs.launchpad.net/tripleo-common
- Release notes: https://docs.openstack.org/releasenotes/tripleo-common
Description