Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2015 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d6ea8af57ebd78cf9ee5 to your computer and use it in GitHub Desktop.
Save anonymous/d6ea8af57ebd78cf9ee5 to your computer and use it in GitHub Desktop.
aio1_galera_container-4265a267 : ok=61 changed=41 unreachable=0 failed=0
aio1_galera_container-d956a5d8 : ok=46 changed=30 unreachable=0 failed=1
aio1_galera_container-fe23bfdf : ok=3 changed=2 unreachable=0 failed=0
root@openstack:/opt/openstack-ansible/playbooks# ansible galera_container -m shell -a "cat /var/lib/mysql/grastate.dat"
aio1_galera_container-d956a5d8 | success | rc=0 >>
# GALERA saved state
version: 2.1
uuid: 00000000-0000-0000-0000-000000000000
seqno: -1
cert_index:
aio1_galera_container-fe23bfdf | FAILED | rc=1 >>
cat: /var/lib/mysql/grastate.dat: No such file or directory
aio1_galera_container-4265a267 | success | rc=0 >>
# GALERA saved state
version: 2.1
uuid: 19773174-9815-11e5-94e8-1b2769c33ab2
seqno: -1
cert_index:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment