Chapter 7. Update the Configuration
Update the Galera configuration on ALL Galera nodes.
Procedure
Locate the Galera configuration file and open it.
grep wsrep_cluster_address /etc/my.cnf.d/galera.cnf vi /etc/my.cnf.d/galera.cnf
grep wsrep_cluster_address /etc/my.cnf.d/galera.cnf vi /etc/my.cnf.d/galera.cnfCopy to Clipboard Copied! Toggle word wrap Toggle overflow Comment out the
wsrep_cluster_addresssetting.#wsrep_cluster_address = gcomm://overcloud-controller-0,overcloud-controller-1,overcloud-controller-2
#wsrep_cluster_address = gcomm://overcloud-controller-0,overcloud-controller-1,overcloud-controller-2Copy to Clipboard Copied! Toggle word wrap Toggle overflow Comment out the
wsrep_providersetting.#wsrep_provider = /usr/lib64/galera/libgalera_smm.so
#wsrep_provider = /usr/lib64/galera/libgalera_smm.soCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Save the configuration file and close it.