Skip to content

Commit 6ee7c9d

Browse files
authored
chore(doc): using same volgroup name in the doc (#130)
Signed-off-by: Pawan <[email protected]>
1 parent 1b24921 commit 6ee7c9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ metadata:
104104
name: openebs-lvmpv
105105
parameters:
106106
storage: "lvm"
107-
volgroup: "lvmpv-vg"
107+
volgroup: "lvmvg"
108108
provisioner: local.csi.openebs.io
109109
```
110110

@@ -123,7 +123,7 @@ metadata:
123123
allowVolumeExpansion: true
124124
parameters:
125125
storage: "lvm"
126-
volgroup: "lvmpv-vg"
126+
volgroup: "lvmvg"
127127
provisioner: local.csi.openebs.io
128128
allowedTopologies:
129129
- matchLabelExpressions:
@@ -133,7 +133,7 @@ allowedTopologies:
133133
- lvmpv-node2
134134
```
135135

136-
The above storage class tells that volume group "lvmpv-vg" is available on nodes lvmpv-node1 and lvmpv-node2 only. The LVM driver will create volumes on those nodes only.
136+
The above storage class tells that volume group "lvmvg" is available on nodes lvmpv-node1 and lvmpv-node2 only. The LVM driver will create volumes on those nodes only.
137137

138138
Please note that the provisioner name for LVM driver is "local.csi.openebs.io", we have to use this while creating the storage class so that the volume provisioning/deprovisioning request can come to LVM driver.
139139

0 commit comments

Comments
 (0)