Comment 6 for bug 1352326

Revision history for this message
Bogdan Dobrelya (bogdando) wrote : Re: HA not working, service not avaliable on failover

There are only 2 controllers, according to updated logs snapshot:
role: primary-controller
last_controller: node-2
  roles:
fqdn: node-1.domain.tld
nodes:
- role: primary-controller
  fqdn: node-1.domain.tld
  name: node-1
- role: controller
  fqdn: node-2.domain.tld
  name: node-2
- role: compute
  fqdn: node-3.domain.tld
  name: node-3
- role: cinder
  fqdn: node-4.domain.tld
  name: node-4

Perhapsm, we should rename and update this ticket in order to reflect the fact what HA failover won't work for 2 controllers. And I believe that is an expected behavior, because we need at least 3 controllers for HA, if we want a quorum maintained after failover.