docs: Add links to very useful Galera recovery docs

These docs are very useful for full cluster recovery.

Change-Id: I05554dc8bc537087c3dc3977e338c8560eba479c
(cherry picked from commit 528a163ec6)
This commit is contained in:
Jesse Pretorius 2018-08-31 17:38:14 +01:00 committed by Jesse Pretorius (odyssey4me)
parent c1f1a97ad9
commit 576ede4f0e
1 changed files with 7 additions and 1 deletions

View File

@ -157,7 +157,13 @@ to automatically recover a node or an entire environment.
# openstack-ansible galera-install.yml --tags galera-bootstrap
The cluster comes back online after completion of this command.
The cluster comes back online after completion of this command. If this
fails, please review `restarting the cluster`_ and `recovering the primary
component`_ in the galera documentation as they're invaluable for a full
cluster recovery.
.. _restarting the cluster: http://galeracluster.com/documentation-webpages/restartingcluster.html
.. _recovering the primary component: http://galeracluster.com/documentation-webpages/pcrecovery.html
Recover a single-node failure
-----------------------------