Testing resource recovery
Posted on Tue 04 December 2012 in hints-and-kinks • Tagged with Galera, MySQL, Pacemaker
If MySQL happens to die in your cluster, Pacemaker will automatically
recover the service in place. To test this, select any node on your
cluster and send the mysqld
process a KILL
signal:
killall -KILL mysqld
Then, monitor your cluster status with crm_mon -rf
. After a few
seconds, you should …
Continue reading