docs: Add links to very useful Galera recovery docs

These docs are very useful for full cluster recovery.

Change-Id: I05554dc8bc537087c3dc3977e338c8560eba479c
This commit is contained in:
Jesse Pretorius 2018-08-31 17:38:14 +01:00
parent 2b0ece67d3
commit 528a163ec6

View File

@ -158,7 +158,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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~