mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fixes to documentation
This commit is contained in:
committed by
Matt Clay
parent
61cf02b727
commit
79bd23da3e
@@ -24,12 +24,13 @@ module: glusterfs
|
||||
short_description: manage GlusterFS
|
||||
description:
|
||||
- Manage GlusterFS volumes
|
||||
version_added: "1.9"
|
||||
options:
|
||||
action:
|
||||
required: true
|
||||
choices: [ 'create', 'start', 'stop', 'tune', 'rebalance', 'limit-usage' ]
|
||||
description:
|
||||
- Mode of operation: create volume, start/stop volume, set tuning options, rebalance or set quota
|
||||
- Indicates the action to take. Create volume, start/stop volume, set tuning options, rebalance or set quota
|
||||
name:
|
||||
required: true
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user