Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2015 10:59
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/51cf4702ee80ef0b2ba6 to your computer and use it in GitHub Desktop.
Save anonymous/51cf4702ee80ef0b2ba6 to your computer and use it in GitHub Desktop.
PLAY RECAP ********************************************************************
aio1_galera_container-4265a267 : ok=59 changed=9 unreachable=0 failed=0
aio1_galera_container-d956a5d8 : ok=59 changed=16 unreachable=0 failed=0
aio1_galera_container-fe23bfdf : ok=59 changed=38 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-fe23bfdf | success | rc=0 >>
# GALERA saved state
version: 2.1
uuid: 00000000-0000-0000-0000-000000000000
seqno: 10
cert_index:
aio1_galera_container-4265a267 | success | rc=0 >>
# GALERA saved state
version: 2.1
uuid: 19773174-9815-11e5-94e8-1b2769c33ab2
seqno: -1
cert_index:
aio1_galera_container-d956a5d8 | success | rc=0 >>
# GALERA saved state
version: 2.1
uuid: 00000000-0000-0000-0000-000000000000
seqno: 9
cert_index:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment