Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Fixes for docs building
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Jan 5, 2015
1 parent 3e7da53 commit d4f5b6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/gluster_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
short_description: Manage GlusterFS volumes
description:
- Create, remove, start, stop and tune GlusterFS volumes
version_added: "1.9"
options:
name:
required: true
Expand All @@ -34,7 +35,7 @@
choices: [ 'present', 'absent', 'started', 'stopped' ]
description:
- Use present/absent ensure if a volume exists or not,
use started/stopped to control it's availability.
use started/stopped to control it's availability.
cluster:
required: false
description:
Expand Down

0 comments on commit d4f5b6d

Please sign in to comment.