Installation
This section explains the prerequisites and installation requirements to set up OpenEBS Local Persistent Volumes (PV) backed by LVM Storage.
#
PrerequisitesBefore installing the LVM driver, make sure your Kubernetes Cluster must meet the below prerequisite:
- All the nodes must have lvm2 utils installed and the dm-snapshot kernel module loaded.
#
Setup Volume GroupFind the disk that you want to use for the LVM, for testing you can use the loopback device.
Create the Volume group on all the nodes, which will be used by the LVM Driver for provisioning the volumes.
#
InstallationFor installation instructions, see here.
#
SupportIf you encounter issues or have a question, file a Github issue, or talk to us on the #openebs channel on the Kubernetes Slack server.