Fix task description of thinpool examples (#35402)

pull/35407/head
Reto Gantenbein 7 years ago committed by John R Barker
parent 34d6f5168f
commit d32c4ab62e

@ -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…
Cancel
Save