diff options
Diffstat (limited to 'ansible/README.md')
-rw-r--r-- | ansible/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/README.md b/ansible/README.md index 806adf5..023b941 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -4,6 +4,8 @@ For each machine, **one by one** do: - Check that cluster is healthy + - `sudo gluster peer status` + - `sudo gluster volume status all` (check Online Col, only `Y` must appear) - Run `ansible-playbook -i production --limit <machine> site.yml` - Reboot - Check that cluster is healthy |