mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix task description of thinpool examples (#35402)
This commit is contained in:
committed by
John R Barker
parent
34d6f5168f
commit
d32c4ab62e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user