Home
last modified time | relevance | path

Searched refs:thinvolume (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dlvm.py229 thinvolume=False, argument
299 if thinvolume:
320 thinvolume=thinvolume,
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dlinux_lvm.py431 thinvolume=False, argument
461 if thinvolume and thinpool:
503 if thinvolume:
515 if size and thinvolume:
517 elif extents and thinvolume:
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_linux_lvm.py356 linux_lvm.lvcreate(None, None, thinvolume=True, thinpool=True),
361 linux_lvm.lvcreate(None, None, thinvolume=True, extents=1),