Fix typo in fixing gnocchi upgrade.
authorSofer Athlan-Guyot <sathlang@redhat.com>
Thu, 29 Sep 2016 13:22:16 +0000 (15:22 +0200)
committerSofer Athlan-Guyot <sathlang@redhat.com>
Thu, 29 Sep 2016 13:22:16 +0000 (15:22 +0200)
Change-Id: I44451a280dd928cd694dd6845d5d83040ad1f482
Related-Bug: #1626592

extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh

index 80fab44..66d8a4e 100755 (executable)
@@ -33,7 +33,7 @@ fi
 start_or_enable_service galera
 check_resource galera started 600
 start_or_enable_service redis
-check_resource galera started 600
+check_resource redis started 600
 # We need mongod which is now a systemd service up and running before calling
 # ceilometer-dbsync. There is still a race here: mongod might not be up on all nodes
 # so ceilometer-dbsync will fail a couple of times before that. As it retries indefinitely