<div>Hello,<br></div><div><br></div><div>I'm trying to setup a 2 nodes cluster with  2 galera instances. I use the ocf:heartbeat:galera resource agent, however, after I create the resource, only one node appears to be in master role, the other one can't be promoted and stays in slave role. I expect to have both nodes with a mysqld instance running and synchronized in a galera cluster. Could you help me please ? When I do a debug-promote, it seems that mysqld is started on node-01 and shutdowned juste after, but I don't understand why. If I launch the galera cluster manually by doing on one node "galera_new_cluster" and on the second node "systemctl start mariadb", it works properly (I can't write on both nodes and they are synchronized)<br></div><div><br></div><div>Here is the scenario that led to the current situation:<br></div><div>I did :<br></div><div><br></div><div>pcs resource create r_galera ocf:heartbeat:galera enable_creation=true wsrep_cluster_address="gcomm://192.168.0.1,192.168.0.2" cluster_host_map="node-01:192.168.0.1;node-02:192.168.0.2" promotable meta master-max=2 promoted-max=2<br></div><div><br></div><div>and I got:<br></div><div><br></div><div>============================================================================================<br></div><div>root@node-01:~# pcs status<br></div><div>Cluster name: cluster-ha-mariadb<br></div><div>Stack: corosync<br></div><div>Current DC: node-02 (version 2.0.1-9e909a5bdd) - partition with quorum<br></div><div>Last updated: Fri Dec 11 11:38:12 2020<br></div><div>Last change: Fri Dec 11 11:35:18 2020 by root via cibadmin on node-01<br></div><div><br></div><div>2 nodes configured<br></div><div>3 resources configured<br></div><div><br></div><div>Online: [ node-01 node-02 ]<br></div><div><br></div><div>Full list of resources:<br></div><div><br></div><div>r_vip  (ocf::heartbeat:IPaddr2):       Started node-01<br></div><div>Clone Set: r_galera-clone [r_galera] (promotable)<br></div><div>     Masters: [ node-02 ]<br></div><div>     Slaves: [ node-01 ]<br></div><div><br></div><div>Daemon Status:<br></div><div>  corosync: active/disabled<br></div><div>  pacemaker: active/disabled<br></div><div>  pcsd: active/enabled<br></div><div>============================================================================================<br></div><div><br></div><div>Please find attached the cib.xml, the pacemaker logs, the syslog logs and the mysql logs from the time of the creation of the resource for node-01 and node-02. There is no mysql logs generated after the resource creation on node-01.<br></div><div><br></div><div>Here are info about my environment and configuration (except for IP and hostname, both nodes are identical) :<br></div><div><br></div><div>============================================================================================<br></div><div>root@node-01:~# cat /etc/debian_version<br></div><div>10.7<br></div><div><br></div><div>root@node-01:~# uname -a<br></div><div>Linux node-01 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 (2020-11-28) x86_64 GNU/Linux<br></div><div><br></div><div>root@node-01:~# dpkg -l corosync pacemaker pcs pacemaker-cli-utils mariadb-server<br></div><div>Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder<br></div><div>| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements<br></div><div>|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)<br></div><div>||/ Nom                 Version             Architecture Description<br></div><div>+++-===================-===================-============-=====================================================================<br></div><div>ii  corosync            3.0.1-2+deb10u1     amd64        cluster engine daemon and utilities<br></div><div>ii  mariadb-server      1:10.3.27-0+deb10u1 all          MariaDB database server (metapackage depending on the latest version)<br></div><div>ii  pacemaker           2.0.1-5+deb10u1     amd64        cluster resource manager<br></div><div>ii  pacemaker-cli-utils 2.0.1-5+deb10u1     amd64        cluster resource manager command line utilities<br></div><div>ii  pcs                 0.10.1-2            all          Pacemaker Configuration System<br></div><div><br></div><div><br></div><div>root@node-01:~# cat /etc/mysql/mariadb.conf.d/50-galera.cnf<br></div><div>[galera]<br></div><div><br></div><div><br></div><div>wsrep_provider           = /usr/lib/libgalera_smm.so<br></div><div>wsrep_cluster_address    = gcomm://192.168.0.1,192.168.0.2<br></div><div>#wsrep_cluster_address   = dummy://192.168.0.1,192.168.0.2<br></div><div>binlog_format            = ROW<br></div><div>innodb_autoinc_lock_mode = 2<br></div><div>innodb_doublewrite       = 1<br></div><div>wsrep_on                 = ON<br></div><div>default-storage-engine   = innodb<br></div><div>wsrep_node_address       = 192.168.0.1<br></div><div>wsrep-debug              = 1<br></div><div>wsrep_cluster_name="ha-cluster"<br></div><div>wsrep_node_name="node-01"<br></div><div>wsrep_provider_options='pc.ignore_sb=TRUE;gcs.fc_limit=256;gcs.fc_factor=0.99;gcs.fc_master_slave=YES;'<br></div><div><br></div><div>root@node-01:~# grep -Ev '^#.*' /etc/mysql/mariadb.conf.d/50-server.cnf<br></div><div><br></div><div>[server]<br></div><div><br></div><div>[mysqld]<br></div><div><br></div><div>user                    = mysql<br></div><div>pid-file                = /run/mysqld/mysqld.pid<br></div><div>socket                  = /run/mysqld/mysqld.sock<br></div><div>basedir                 = /usr<br></div><div>datadir                 = /var/lib/mysql<br></div><div>tmpdir                  = /tmp<br></div><div>lc-messages-dir         = /usr/share/mysql<br></div><div><br></div><div>bind-address            = 0.0.0.0<br></div><div><br></div><div><br></div><div>query_cache_size        = 16M<br></div><div><br></div><div>log_error = /var/log/mysql/error.log<br></div><div>expire_logs_days        = 10<br></div><div><br></div><div><br></div><div>character-set-server  = utf8mb4<br></div><div>collation-server      = utf8mb4_general_ci<br></div><div>============================================================================================<br></div><div><br></div><div><br></div><div>Thank you,<br></div><div><br></div><div>Best regards,<br></div><div><br></div><div>Raphaël Laguerre<br></div><div><br></div>