From a49ab33543f6cf087f6070a9e03cf55b6856b759 Mon Sep 17 00:00:00 2001 From: Diwakar Sharma Date: Thu, 5 Dec 2024 12:23:36 +0000 Subject: [PATCH] chore: fix README mention about PV and VG creation Signed-off-by: Diwakar Sharma --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 219771eb..1dbbecb2 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,8 @@ The orignal v1.0 dev roadmap [is here ](https://github.com/orgs/openebs/projects
### Supported System @@ -81,9 +80,8 @@ sudo losetup -f /tmp/disk.img --show ``` > [!NOTE] -> - This is the old maual config process
-> - LocalPV-LVM will num dynamically provision the VG fro you
-> - The PV, VG and LV names will be dynamically provisioned by OpenEBS LocalPV-LVM as K8s unique entities (for safety, you cannot provide your own PV, VG or LV names) +> - LocalPV-LVM will not provision the VG for the user
+> - The required Physical Volumes(PV) and Volume Group(VG) names will need to be created and present beforehand. Create the Volume group on all the nodes, which will be used by the LVM2 Driver for provisioning the volumes