mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix task description of thinpool examples (#35402)
This commit is contained in:
parent
34d6f5168f
commit
d32c4ab62e
1 changed files with 4 additions and 4 deletions
|
@ -193,14 +193,14 @@ EXAMPLES = '''
|
|||
size: 512g
|
||||
active: false
|
||||
|
||||
# Create a thin pool of 512g.
|
||||
- lvol:
|
||||
- name: Create a thin pool of 512g
|
||||
lvol:
|
||||
vg: firefly
|
||||
thinpool: testpool
|
||||
size: 512g
|
||||
|
||||
# Create a thin volume of 128g.
|
||||
- lvol:
|
||||
- name: Create a thin volume of 128g
|
||||
lvol:
|
||||
vg: firefly
|
||||
lv: test
|
||||
thinpool: testpool
|
||||
|
|
Loading…
Reference in a new issue