Fix task description of thinpool examples (#35402)

This commit is contained in:
Reto Gantenbein 2018-01-26 19:36:10 +01:00 committed by John R Barker
commit d32c4ab62e

View file

@ -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