metal-stack / csi-driver-lvm

MIT License
126 stars 26 forks source link

Update README.md file on storage classes name. #71

Closed liulanze closed 2 years ago

liulanze commented 2 years ago

Update README.md file on storage classes name.

The action of this commit is to update README.md file on storage classes name. The correct output of sc is:

NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE csi-driver-lvm-linear lvm.csi.metal-stack.io Delete WaitForFirstConsumer true 93s csi-driver-lvm-mirror lvm.csi.metal-stack.io Delete WaitForFirstConsumer true 93s csi-driver-lvm-striped lvm.csi.metal-stack.io Delete WaitForFirstConsumer true 93s

Gerrit91 commented 2 years ago

Finally found it's way into mainline, thanks for the PR.