openstack-cinder-volume preupgrade validation fails in HA environment because the service is running in active/passive mode

Bug #1665732 reported by Marius Cornea
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
High
Unassigned

Bug Description

openstack-cinder-volume preupgrade validation fails in HA environment because the service is running in active/passive mode so the service is active on a single controller node at a time:

[stack@undercloud-0 ~]$ ## controller-0
[stack@undercloud-0 ~]$ ssh heat-admin@192.168.0.11 /usr/bin/systemctl show 'openstack-cinder-volume' --property ActiveState | grep '\bactive\b'
ActiveState=active
[stack@undercloud-0 ~]$ ## controller-1
[stack@undercloud-0 ~]$ ssh heat-admin@192.168.0.17 /usr/bin/systemctl show 'openstack-cinder-volume' --property ActiveState | grep '\bactive\b'
[stack@undercloud-0 ~]$ ## controller-2
[stack@undercloud-0 ~]$ ssh heat-admin@192.168.0.27 /usr/bin/systemctl show 'openstack-cinder-volume' --property ActiveState | grep '\bactive\b'

Revision history for this message
Marius Cornea (mcornea) wrote :

We'll probably see this issue with all the pacemaker services which run in active/passive manner: cinder-backup, manila-share

Changed in tripleo:
importance: Critical → High
tags: added: ocata-backport-potential
Changed in tripleo:
milestone: ocata-rc2 → pike-1
Revision history for this message
Sofer Athlan-Guyot (sofer-athlan-guyot) wrote :

Hi,

I think this is resolved by https://review.openstack.org/#/c/440488/

Changed in tripleo:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.