From ccd8d632ac62758e668a87d2a3a7a68ea9a9ca3c Mon Sep 17 00:00:00 2001 From: spameier Date: Tue, 13 Sep 2022 17:32:46 +0200 Subject: [PATCH] fix documentation for gluster_infra_thick_lvs documentation and code (/roles/backend_setup/tasks/thick_lv_create.yml) differed: - lvsize is size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ad971..c110d07 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ gluster_infra_thick_lvs: * vgname: Required, string defining the VG name to belong to * lvname: Required, string defining the name of the LV -* lvsize: Optional, Default 100%, size of LV +* size: Optional, Default 100%, size of LV * pvs: Optional, Default empty, the physical devices the LV should be placed on * opts: Optional, Default empty, additional parameters being passed to the lvm module, which uses those in lvcreate * skipfs: Optional Boolean, Default no. When yes no XFS filesystem will be created on the LV