Advertisement
Guest User

Untitled

a guest
Mar 6th, 2020
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. TASK [galera_server : Check cluster name] ********************************************************************************************************
  2. ok: [infra1_galera_container-688806d6]
  3.  
  4. TASK [galera_server : Fail if galera_cluster_name doesnt match provided value] *******************************************************************
  5. fatal: [infra1_galera_container-688806d6]: FAILED! => {"changed": false, "msg": "The galera_cluster_name variable does not match what is set in mysql. Check your galera_cluster_name setting in your user_*.yml files in \"/etc/openstack_deploy\" and compare to the current value in \"/etc/mysql/conf.d/cluster.cnf\" on the host, and the \"wsrep_cluster_name\" value set in your running galera cluster. To ignore the cluster state set '-e galera_ignore_cluster_state=true'.\n"}
  6.  
  7. PLAY RECAP ***************************************************************************************************************************************
  8. infra1_galera_container-688806d6 : ok=17 changed=0 unreachable=0 failed=1
  9. infra2_galera_container-84d04888 : ok=6 changed=0 unreachable=0 failed=0
  10. infra3_galera_container-4707f0ab : ok=6 changed=0 unreachable=0 failed=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement