Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionDamien Ciabrini
2019-06-07 09:57:54 UTC
Description of problem:
every 60s, pacemaker monitors the health of the bundle resources by probing whether the hosting containers are still running (i.e. "docker inspect") and whether we can exec a command into them (i.e. "docker exec").
The probe has a default timeout of 20s since OSP 12, and has proved largely sufficient under idle or loaded environment.
in OSP15, however, when podman containers are hosted in a FS under IO load, some commands like "podman inspect" may last for an unbounded/unpredictable long time, which makes the probe time out. In that case, pacemaker considers the container dead and tries to force-restart it, which breaks the control plane's service availability.
Version-Release number of selected component (if applicable):
resource-agents-4.2.0-2.fc30.x86_64
How reproducible:
This has been reproduced on bare metal and VM
With either slow SATA disk (BM) or fast SSD (VM)
When there's some IO load applied on the system
Steps to Reproduce:
1. deploy an Openstack, with HA control plane
2. run an simple IO load on one controller
echo 2 > /proc/sys/vm/drop_caches
sync
dd if=/dev/zero of=bigtestfile bs=1M
3. wait for at most 60s until pacemaker starts probing a podman container.
pcs status
Actual results:
probes fail, pacemaker restarts bundles and break control plane service on the node where the IO load runs.
Expected results:
pacemaker successfully runs the probe and the cluster keeps running normally
Additional info:
One of the root causes is the podman RA which needlessly calls podman commands multiple times. In this BZ we'd like to track the optimizations that we can do in the podman resource agent.
Comment 9Oneata Mircea Teodor
2019-07-29 14:38:27 UTC
This bug has been copied as 8.0.0 z-stream bug#1734062 and now must be resolved in the current update release, set blocker flag.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2019:3307