summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2019-07-29 16:47:11 -0400
committerGitHub <noreply@github.com>2019-07-29 16:47:11 -0400
commitbb0f7458c84b08c7c647a096651643d675196670 (patch)
tree5971266fd54fa40a1f4b4a844ff8906e81717673
parent19299f3310d14ea7589f74caf2593045997b4513 (diff)
downloadansible-revert-59699-lvgpesizedoc.tar.gz
Revert "lvg: simplify pesize description (#59699)"revert-59699-lvgpesizedoc
This reverts commit 8944be32bf1c95949cca171b6c4bce43abea7042.
-rw-r--r--lib/ansible/modules/system/lvg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/system/lvg.py b/lib/ansible/modules/system/lvg.py
index c5a3c099d5..43b6f69166 100644
--- a/lib/ansible/modules/system/lvg.py
+++ b/lib/ansible/modules/system/lvg.py
@@ -35,7 +35,7 @@ options:
type: list
pesize:
description:
- - The size of the physical extent. pesize must be a power of 2.
+ - The size of the physical extent. pesize must be a power of 2, or multiple of 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"