Skip to content

Commit

Permalink
chore(doc): using same volgroup name in the doc (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Pawan <[email protected]>
  • Loading branch information
pawanpraka1 authored Aug 6, 2021
1 parent 1b24921 commit 6ee7c9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ metadata:
name: openebs-lvmpv
parameters:
storage: "lvm"
volgroup: "lvmpv-vg"
volgroup: "lvmvg"
provisioner: local.csi.openebs.io
```

Expand All @@ -123,7 +123,7 @@ metadata:
allowVolumeExpansion: true
parameters:
storage: "lvm"
volgroup: "lvmpv-vg"
volgroup: "lvmvg"
provisioner: local.csi.openebs.io
allowedTopologies:
- matchLabelExpressions:
Expand All @@ -133,7 +133,7 @@ allowedTopologies:
- lvmpv-node2
```

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.
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.

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.

Expand Down

0 comments on commit 6ee7c9d

Please sign in to comment.