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 1537557

Summary: OVN DB Pacemaker bundle : Pacemaker is either promoting a service on a wrong node or not promoting at all when the master node is stopped [rhel-7.4.z]
Product: Red Hat Enterprise Linux 7 Reporter: Oneata Mircea Teodor <toneata>
Component: pacemakerAssignee: Ken Gaillot <kgaillot>
Status: CLOSED ERRATA QA Contact: pkomarov
Severity: high Docs Contact:
Priority: high    
Version: 7.4CC: abeekhof, aherr, cfeist, chjones, cluster-maint, dalvarez, kgaillot, lmiksik, mjuricek, mnovacek, nusiddiq, ushkalim
Target Milestone: rcKeywords: Triaged, ZStream
Target Release: 7.4   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 1.1.16-12.el7_4.8 Doc Type: Bug Fix
Doc Text:
When placing a resource that was colocated with a particular role of a bundle, Pacemaker did not correctly consider the role. As a consequence, these resources could be started or promoted on a node where the bundle did not have that role. With this update, Pacemaker now properly considers the role of the bundle when placing colocated resources, and the described problem no longer occurs.
Story Points: ---
Clone Of: 1527072 Environment:
Last Closed: 2018-03-06 21:44:40 UTC Type: ---
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: 1527072    
Bug Blocks:    

Description Oneata Mircea Teodor 2018-01-23 13:52:28 UTC
This bug has been copied from bug #1527072 and has been proposed to be backported to 7.4 z-stream (EUS).

Comment 3 pkomarov 2018-02-14 13:36:44 UTC
Verified , 

Colocation is implemented correct after ovndb_servers-master switch : 

#Check colocation: 

$ ansible controller-0 -m shell -b -a 'pcs config |grep "Colocation Constraints\|with ovndb_servers-master"' 

controller-0 | SUCCESS | rc=0 >>
Colocation Constraints:
  ip-172.17.0.18 with ovndb_servers-master (score:INFINITY) (rsc-role:Started) (with-rsc-role:Master)

#Before the failover : 

$ ansible controller-0 -m shell -b -a 'pcs status' 

controller-0 | SUCCESS | rc=0 >>
Cluster name: tripleo_cluster
Stack: corosync
Current DC: controller-1 (version 1.1.16-12.el7_4.8-94ff4df) - partition with 
...
 ip-172.17.0.18	(ocf::heartbeat:IPaddr2):	Started controller-2
...
 Master/Slave Set: ovndb_servers-master [ovndb_servers]
     Masters: [ controller-2 ]
     Slaves: [ controller-0 controller-1 ]

#After failover : 

$ ansible controller-0 -m shell -b -a 'pcs status' 

controller-0 | SUCCESS | rc=0 >>
Cluster name: tripleo_cluster
Stack: corosync
Current DC: controller-1 (version 1.1.16-12.el7_4.8-94ff4df)
 ...
 ip-172.17.0.18	(ocf::heartbeat:IPaddr2):	Started controller-1
...
 Master/Slave Set: ovndb_servers-master [ovndb_servers]
     Masters: [ controller-1 ]
     Slaves: [ controller-0 ]
     Stopped: [ controller-2 ]

Comment 6 errata-xmlrpc 2018-03-06 21:44:40 UTC
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-2018:0409