mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07: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
|
size: 512g
|
||||||
active: false
|
active: false
|
||||||
|
|
||||||
# Create a thin pool of 512g.
|
- name: Create a thin pool of 512g
|
||||||
- lvol:
|
lvol:
|
||||||
vg: firefly
|
vg: firefly
|
||||||
thinpool: testpool
|
thinpool: testpool
|
||||||
size: 512g
|
size: 512g
|
||||||
|
|
||||||
# Create a thin volume of 128g.
|
- name: Create a thin volume of 128g
|
||||||
- lvol:
|
lvol:
|
||||||
vg: firefly
|
vg: firefly
|
||||||
lv: test
|
lv: test
|
||||||
thinpool: testpool
|
thinpool: testpool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue