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.

Bug 1677345

Summary: pcmk_monitor_timeout doesn't apply to stonith device start actions [RHEL 7]
Product: Red Hat Enterprise Linux 7 Reporter: Shane Bradley <sbradley>
Component: pacemakerAssignee: Ken Gaillot <kgaillot>
Status: CLOSED WONTFIX QA Contact: cluster-qe <cluster-qe>
Severity: medium Docs Contact:
Priority: low    
Version: 7.7CC: abeekhof, cluster-maint, jruemker, nwahl, sbradley
Target Milestone: pre-dev-freezeKeywords: Reopened
Target Release: ---Flags: sbradley: needinfo-
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1856015 (view as bug list) Environment:
Last Closed: 2020-07-28 15:39:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1856015    

Comment 3 Ken Gaillot 2019-02-15 23:54:26 UTC
When pacemaker executes an action, there is some behind-the-scenes communication:

* The controller on the DC decides the action is required, and tells the controller on the relevant node what to do
* The controller on the relevant node receives the request, and passes it to its local executor
* The executor on the relevant node receives the request, and executes the resource agent
* The result is passed back up the chain (from executor to local controller to DC controller)

Usually the only timeout visible to the user is if the resource agent itself runs longer than its configured timeout. The daemon-to-daemon communication is brief and reliable. However it is possible for that communication to time out, which is happening here. It indicates something really unusual is happening, which I haven't isolated yet.

To answer the side questions: The stonith resource was started successfully, and a recurring monitor was initiated. That monitor had a communication timeout; I don't see any indication that the request was even received by the controller on the relevant node. That timeout necessitated a stop of the resource, which also had a communication timeout -- this time, the stop was received by the relevant node, but we lose the logs after that due to the fencing, so I am not sure exactly which step timed out (it wasn't the stop itself but one of the communication steps). The failed stop then necessitated the node being fenced.

Comment 12 Ken Gaillot 2020-07-28 15:39:49 UTC
This issue will be fixed only in RHEL 8 (Bug 1856015) because of the late stage of RHEL 7's life cycle, the availability of a workaround (explicitly configuring a higher start timeout), and technical challenges in backporting the fix to the RHEL 7 code base.