Commit Graph

30 Commits (5128a11cdca479590605c52ee5dd4155e5de68ab)

Author SHA1 Message Date
Vincent VAN HOLLEBEKE 3fd5173413 Do not fail when action is delete and volume is not present
This prevents failing when a playbook describes a volume deletion and
is launched more that once.

Without this fix, if you run the playbook a second time, it will fail.
2016-12-08 11:33:48 -05:00
Jeroen Geusebroek f1c3eb1413 Fix documentation default value for gluster_volume start_on_create 2016-12-08 11:33:44 -05:00
Jose A. Rivera 73a9abd1c8 gluster_volume: allow probing ourselves
We should allow "gluster peer probe" to determine if a given "host" maps to the
localhost, and detect that case accordingly.
2016-12-08 11:33:44 -05:00
Benjamin Wilson 0a8310b29f Properly handle adding multiple bricks to volume 2016-12-08 11:33:44 -05:00
Jeroen Geusebroek 0b12f35f61 Improved fix for #1074. Both None and '' transform to fqdn. 2016-12-08 11:33:41 -05:00
Jeroen Geusebroek 6fc533d663 Fix for issue #1074. Now able to create volume without replica's. 2016-12-08 11:33:41 -05:00
tylerturk 4f665e71bd Fix documentation bug 2016-12-08 11:32:55 -05:00
Greg DeKoenigsberg c65a612d1f Changes to author formatting, remove emails 2016-12-08 11:32:51 -05:00
Otto Kekäläinen 4f2a0cd16d gluster_volume: Finalize brick->bricks transition by previous author 2016-12-08 11:32:45 -05:00
Otto Kekäläinen c05d2875d1 gluster_volume: Improved parsing of cluster parameter list 2016-12-08 11:32:44 -05:00
Otto Kekäläinen d76cd4c299 gluster_volume: Parameter expects comma separated list of hosts, passing {{play_hosts}} will fail as Python does not parse it into a list 2016-12-08 11:32:44 -05:00
Otto Kekäläinen f0dc00d21a gluster_volume: Clarify error message to tell what actualy failed 2016-12-08 11:32:44 -05:00
Otto Kekäläinen 8f9b4a0730 gluster_volume: Typofix in docs (equals, not colon) 2016-12-08 11:32:44 -05:00
Brian Coca d344a3fde3 more string corrections 2016-12-08 11:32:39 -05:00
Matt Martz 8bd5757720 Fix up modules that have python24 syntax error 2016-12-08 11:32:36 -05:00
Brian Coca 60df464d1a added aliases docs 2016-12-08 11:32:34 -05:00
RJ Nowling 58e681495f Change 'brick' to 'bricks' and add 'brick' as an alias. Add example with multiple bricks. 2016-12-08 11:32:34 -05:00
RJ Nowling 3bd5631fd1 Improve documentation for gluster_volume brick parameter 2016-12-08 11:32:34 -05:00
RJ Nowling ef3e5bd296 Issue #403: Add support for multiple bricks to gluster_volume 2016-12-08 11:32:34 -05:00
Jonathan Mainguy af51a50863 Fixes bug where state=absent did not work 2016-12-08 11:32:33 -05:00
RJ Nowling 0243eec2a6 Make 'module' global. Small whitespace formatting fixes. Closes Issue #397. 2016-12-08 11:32:33 -05:00
Brian Coca bd0c787c37 glusterbin needs to be global 2016-12-08 11:32:32 -05:00
Brian Coca 8197922937 fixed missing parens 2016-12-08 11:32:31 -05:00
Brian Coca bb418095a3 minor fixes to gluster: - removed functions from main scope - renamed rebalance function to disambiguate from variable - updated docs with defaults - added exception handling to command execution 2016-12-08 11:32:31 -05:00
Dmitry Bashkatov 00c6f0b888 gluster_volume: remove redundant code 2016-12-08 11:32:28 -05:00
Dmitry Bashkatov e0b6586c41 gluster_volume: use force option during add-brick 2016-12-08 11:32:28 -05:00
Dmitry Bashkatov 561df9ce94 gluster_volume: fixes, new "force" option 2016-12-08 11:32:28 -05:00
Toshio Kuratomi 51c62c78b9 Fixes for docs building 2016-12-08 11:32:23 -05:00
Brian Coca 59f3bf6300 fixed doc bug 2016-12-08 11:32:23 -05:00
Brian Coca 701a85e7fc revamp of gluster volume management also implemented deleting a volume 2016-12-08 11:32:22 -05:00