You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ metadata:
104
104
name: openebs-lvmpv
105
105
parameters:
106
106
storage: "lvm"
107
-
volgroup: "lvmpv-vg"
107
+
volgroup: "lvmvg"
108
108
provisioner: local.csi.openebs.io
109
109
```
110
110
@@ -123,7 +123,7 @@ metadata:
123
123
allowVolumeExpansion: true
124
124
parameters:
125
125
storage: "lvm"
126
-
volgroup: "lvmpv-vg"
126
+
volgroup: "lvmvg"
127
127
provisioner: local.csi.openebs.io
128
128
allowedTopologies:
129
129
- matchLabelExpressions:
@@ -133,7 +133,7 @@ allowedTopologies:
133
133
- lvmpv-node2
134
134
```
135
135
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.
137
137
138
138
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.
0 commit comments