Update doc references in glusterfs.volume_present

The "created" option has been deprecated in favor of volume_present
and the docs need to match.

Fixes #42683
This commit is contained in:
rallytime 2017-08-08 14:35:53 -04:00
parent de997edd90
commit 8c8640d6b8

View file

@ -121,13 +121,13 @@ def volume_present(name, bricks, stripe=False, replica=False, device_vg=False,
.. code-block:: yaml
myvolume:
glusterfs.created:
glusterfs.volume_present:
- bricks:
- host1:/srv/gluster/drive1
- host2:/srv/gluster/drive2
Replicated Volume:
glusterfs.created:
glusterfs.volume_present:
- name: volume2
- bricks:
- host1:/srv/gluster/drive2