Installation
This is the documentation for the development version of OpenEBS.
See the latest version (4.1.x) to view the latest documentation.
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.
In the above command, lvmvg
is the volume group name to be created.
#
InstallationRefer to the OpenEBS Installation documentation to install Local PV LVM.
#
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.