mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #42806 from rallytime/fix-42683
Update doc references in glusterfs.volume_present
This commit is contained in:
commit
c746f79a3a
@ -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…
Reference in New Issue
Block a user