From 1534d6aea3264ec96ebab83c4c1a0dcd5de678d0 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 31 Jul 2019 17:06:52 +0200 Subject: [PATCH] Update docs for pesize. (#59751) --- lib/ansible/modules/system/lvg.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/lvg.py b/lib/ansible/modules/system/lvg.py index c5a3c099d50..e2035f688d1 100644 --- a/lib/ansible/modules/system/lvg.py +++ b/lib/ansible/modules/system/lvg.py @@ -35,7 +35,9 @@ options: type: list pesize: description: - - The size of the physical extent. pesize must be a power of 2. + - "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"