Update docs for pesize. (#59751)

(cherry picked from commit 1534d6aea3)
This commit is contained in:
Felix Fontein 2019-07-31 17:06:52 +02:00 committed by Toshio Kuratomi
parent b6192a5ce8
commit e5759e587a

View file

@ -35,7 +35,9 @@ options:
type: list
pesize:
description:
- The size of the physical extent. pesize must be a power of 2, or multiple of 128KiB.
- "The size of the physical extent. I(pesize) must be a power of 2 of at least 1 sector
(where the sector size is the largest sector size of the PVs currently used in the VG),
or at least 128KiB."
- Since Ansible 2.6, pesize can be optionally suffixed by a UNIT (k/K/m/M/g/G), default unit is megabyte.
type: str
default: "4"