openebs / lvm-localpv

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
Apache License 2.0
251 stars 96 forks source link

can I provide multi vg name in one storageclass of lvm sc #282

Closed 13567436138 closed 7 months ago

13567436138 commented 7 months ago

What steps did you take and what happened: [A clear and concise description of what the bug is, and what commands you ran.]

What did you expect to happen: like

apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: openebs-lvmpv
parameters:
  storage: "lvm"
  volgroup: "vg1,vg2,vg3"
provisioner: local.csi.openebs.io

The output of the following commands will help us better understand what's going on: (Pasting long output into a GitHub gist or other Pastebin is fine.)

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment: