Start corosync services after control plane switch for multiple controllers

Before cluster is stopped, some corosync services are in 'Stop' status.
Starting cluster doesn't bring them up, just restores state of the cluster.
Explicitly start corosync services after the cluster is back.

Related-bug: 1506398
Change-Id: I38e90180f71e2786e18ffb67ec43a50aa2c5bee6
This commit is contained in:
Oleg Gelbukh 2015-10-23 12:48:27 +00:00
parent b3e496b43e
commit a3226740bf
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ def upgrade_control_plane(orig_id, seed_id):
# enable all services on seed env
if len(controllers) > 1:
maintenance.start_cluster(seed_env)
maintenance.start_corosync_services(seed_env)
maintenance.start_upstart_services(seed_env)