fuel-docs/pages/frequently-asked-questions/0020-galera
2013-10-11 21:03:12 +04:00

15 lines
525 B
Plaintext

HowTo: Enable/Disable Galera Cluster autorebuild mechanism
----------------------------------------------------------
By default, Fuel reassembles the Galera MySQL cluster automatically without
the need for any manual user intervention.
To disable the Galera `autorebuild feature`, run the following command::
crm_attribute -t crm_config --name mysqlprimaryinit --delete
To re-enable the Galera `autorebuild feature`, run the following command::
crm_attribute -t crm_config --name mysqlprimaryinit --update done