Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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.cnf
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Comment out the
wsrep_cluster_address
setting.#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-2
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Comment out the
wsrep_provider
setting.#wsrep_provider = /usr/lib64/galera/libgalera_smm.so
#wsrep_provider = /usr/lib64/galera/libgalera_smm.so
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Save the configuration file and close it.