mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
de997edd90
commit
8c8640d6b8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue