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 1165195

Summary: After A/P service was unable to start on one cluster node it was not started by pacemaker on another available node.
Product: Red Hat Enterprise Linux 7 Reporter: Leonid Natapov <lnatapov>
Component: pacemakerAssignee: Andrew Beekhof <abeekhof>
Status: CLOSED WORKSFORME QA Contact: cluster-qe <cluster-qe>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.2CC: cluster-maint, dvossel, fdinitto, lnatapov, maurizio.antillon, oblaut, yeylon
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-23 00:36:48 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:
Attachments:
Description Flags
crm report none

Description Leonid Natapov 2014-11-18 14:32:43 UTC
Created attachment 958611 [details]
crm report

Scenario.
I have openstack HA deployed by staypuft.
I stopped neutron-l3-agent on one of the controllers by running systemctl stop neutron-l3-agent.Usually,after a few seconds,pacemaker starts the service again.
I tried to create a scenario where pacemaker fails to start the service and starts it on another available cluster node, so I stopped the service and  renamed the neutron-l3-agent executable file. Pacemaker was unable to start the service but it didn't start it on another node.

Here is systemctl status:
-----------------------------------------------------------------------------
root@mac848f69fbc4c3 bin]# systemctl status neutron-l3-agent
neutron-l3-agent.service - OpenStack Neutron Layer 3 Agent
   Loaded: loaded (/usr/lib/systemd/system/neutron-l3-agent.service; disabled)
   Active: failed (Result: exit-code) since Tue 2014-11-18 15:30:11 IST; 11min ago
 Main PID: 60553 (code=exited, status=203/EXEC)

Nov 18 15:30:11 mac848f69fbc4c3.example.com systemd[1]: Started OpenStack Neutron Layer 3 Agent.
Nov 18 15:30:11 mac848f69fbc4c3.example.com systemd[60553]: Failed at step EXEC spawning /usr/bin/neutron-l3-agent: No such file or directory
Nov 18 15:30:11 mac848f69fbc4c3.example.com systemd[1]: neutron-l3-agent.service: main process exited, code=exited, status=203/EXEC
Nov 18 15:30:11 mac848f69fbc4c3.example.com systemd[1]: Unit neutron-l3-agent.service entered failed state.
Nov 18 15:30:13 mac848f69fbc4c3.example.com systemd[1]: Stopped OpenStack Neutron Layer 3 Agent.
-----------------------------------------------------------------------------

You can find pcs status output here - http://pastebin.test.redhat.com/247106
You can find pcs config output here - http://pastebin.test.redhat.com/247107
crm_report attached

pacemaker-cluster-libs-1.1.10-32.el7_0.1.x86_64
pacemaker-cli-1.1.10-32.el7_0.1.x86_64
pacemaker-libs-1.1.10-32.el7_0.1.x86_64
pacemaker-1.1.10-32.el7_0.1.x86_64

Comment 2 Andrew Beekhof 2014-11-26 09:35:58 UTC
Has this report been sanitized?
There are no logs or pengine files. I'm basically flying blind so far

Comment 3 Leonid Natapov 2014-11-26 18:52:24 UTC
Unfortunately I don't have the original setup where the problem occurred. I tried to reproduce the problem on clean HA+Neutron deployment and was unable to do so. The problem didn't reproduce.I will continue to investigate.

Comment 4 Andrew Beekhof 2015-01-23 00:36:48 UTC
Please re-open if you are able to reproduce this

Comment 5 Leonid Natapov 2015-01-27 06:59:25 UTC
Problem didn't reproduce.