- May 26, 2020
-
-
Andreas Hamacher authored
find . -type f -name "*.yml" -print0 | xargs -0 sed -i 's/\s*$//g'
-
- Dec 18, 2019
-
-
Chris Hines authored
Former-commit-id: 04ba192e
-
- Aug 07, 2017
-
-
changed a role to run on "+ delegate_to: "{{ gluster_servers[0] }}"" so it is consistent within playbook added a ping value and restarted the daemon. This was to try to fix startup bugs we see in Monarch. Former-commit-id: 7ef98227
-
- May 26, 2017
-
-
Chris Hines authored
Former-commit-id: 55e2e3c7
-
- Feb 23, 2017
-
-
Chris Hines authored
Former-commit-id: 83e6900b
-
- Jan 04, 2017
-
-
Chris Hines authored
I had the syntax incorrect when the glsuter cluster consists of more than two nodes. We're not attempting to use three node clusters so we can't get split brain Former-commit-id: c94759f4
-
- Apr 26, 2016
-
-
Chris Hines authored
insert a manual gluster peer probe to attempt to remove what looks like a race condition when executing with strategy free
-
- Apr 22, 2016
-
-
Chris Hines authored
-
Chris Hines authored
-