From 2e6b94047d8579490d289827b7a6f134f1bbffde Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 30 Dec 2014 19:53:59 -0500 Subject: [PATCH] fixed doc bug --- system/gluster_volume.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/gluster_volume.py b/system/gluster_volume.py index 8709cf778b1..087a4a0f6de 100644 --- a/system/gluster_volume.py +++ b/system/gluster_volume.py @@ -21,7 +21,7 @@ DOCUMENTATION = """ module: gluster_volume -short_description: Manage GlusterFs volumes +short_description: Manage GlusterFS volumes description: - Create, remove, start, stop and tune GlusterFS volumes options: @@ -33,8 +33,8 @@ options: required: true choices: [ 'present', 'absent', 'started', 'stopped' ] description: - - Mode of operation: present/absent ensure if a module exists or not. - started/stopped make sure it is enabled or not. + - Use present/absent ensure if a volume exists or not, + use started/stopped to control it's availability. cluster: required: false description: