Vincent VAN HOLLEBEKE
ce3e972ce8
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.
9 years ago
Jeroen Geusebroek
e088c9f819
Fix documentation default value for gluster_volume start_on_create
9 years ago
Brian Coca
a42203bdb3
Merge pull request #1476 from jarrpa/jarrpa-patch-1
...
gluster_volume: allow probing ourselves
9 years ago
Brian Coca
5f8b288c31
Merge pull request #1389 from brwilson/devel
...
Properly handle adding multiple bricks to volume
9 years ago
Jose A. Rivera
12bf504173
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.
9 years ago
Jeroen Geusebroek
3647b29bee
Improved fix for #1074 . Both None and '' transform to fqdn.
9 years ago
Jeroen Geusebroek
30c5b303ce
Fix for issue #1074 . Now able to create volume without replica's.
9 years ago
Benjamin Wilson
1fe0330abe
Properly handle adding multiple bricks to volume
9 years ago
tylerturk
f14317f7f5
Fix documentation bug
10 years ago
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
10 years ago
Otto Kekäläinen
c4afe9c5bb
gluster_volume: Finalize brick->bricks transition by previous author
10 years ago
Otto Kekäläinen
0cec4527f0
gluster_volume: Improved parsing of cluster parameter list
10 years ago
Otto Kekäläinen
02ed758af1
gluster_volume: Parameter expects comma separated list of hosts, passing {{play_hosts}} will fail as Python does not parse it into a list
10 years ago
Otto Kekäläinen
9cfe469751
gluster_volume: Clarify error message to tell what actualy failed
10 years ago
Otto Kekäläinen
31c63b6755
gluster_volume: Typofix in docs (equals, not colon)
10 years ago
Brian Coca
08445418aa
more string corrections
10 years ago
Greg DeKoenigsberg
f59b405e7a
Adding author's github id
10 years ago
Matt Martz
e568032bc3
Fix up modules that have python24 syntax error
10 years ago
Brian Coca
3c9131b09c
added aliases docs
10 years ago
Brian Coca
048a3b8062
Merge pull request #406 from rnowling/gluster-multiple-bricks
...
Issue #403 : Add support for multiple bricks to gluster_volume
10 years ago
RJ Nowling
6d66beb793
Change 'brick' to 'bricks' and add 'brick' as an alias. Add example with multiple bricks.
10 years ago
Jonathan Mainguy
ae34395f01
Fixes bug where state=absent did not work
10 years ago
RJ Nowling
20d998a6d6
Improve documentation for gluster_volume brick parameter
10 years ago
RJ Nowling
c7853c9f08
Issue #403 : Add support for multiple bricks to gluster_volume
10 years ago
RJ Nowling
582da5b911
Make 'module' global. Small whitespace formatting fixes. Closes Issue #397 .
10 years ago
Brian Coca
f901fd0160
glusterbin needs to be global
10 years ago
Brian Coca
7794042cf6
fixed missing parens
10 years ago
Brian Coca
4c0b1b42bc
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
10 years ago
Dmitry Bashkatov
19d51a51db
gluster_volume: remove redundant code
10 years ago
Dmitry Bashkatov
26c2080dcf
gluster_volume: use force option during add-brick
10 years ago
Dmitry Bashkatov
c6448660a3
gluster_volume: fixes, new "force" option
10 years ago
Toshio Kuratomi
d4f5b6d41a
Fixes for docs building
10 years ago
Brian Coca
2e6b94047d
fixed doc bug
10 years ago
Brian Coca
6725d5188d
revamp of gluster volume management
...
also implemented deleting a volume
10 years ago