​
DirectorySecurity Advisories
Sign In
Directory
lvm-driver logo

lvm-driver

Last changed

Sign In for Updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign In
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/lvm-driver:latest

Usage

There are some prerequisites that need to be met before enabling lvm-localpv support in OpenEBS:

  1. All the nodes must have LVM2 utils package installed
    • You can install the package using the following command:
      sudo apt-get update && sudo apt-get install lvm2 -y
  2. All the nodes must have dm-snapshot Kernel Module loaded - (Device Mapper Snapshot)
    • You can check if the module is loaded using the following command:
      lsmod | grep dm_snapshot
    • If the module is not loaded, you can load it using the following command:
      sudo modprobe dm_snapshot

You can find more information on the project repository here.

There is an official Helm chart for deploying the OpenEBS with lvm-localpv support enabled.

You can find the chart here.

You can use the following command to install the OpenEBS with lvm-localpv support enabled using Chainguard's image:

helm install openebs --namespace openebs openebs/openebs \
      --set lvm-localpv.enabled="true" \
      --set lvm-localpv.lvmPlugin.image.registry="cgr.dev" \
      --set lvm-localpv.lvmPlugin.image.repository="chainguard/lvm-driver" \
      --set lvm-localpv.lvmPlugin.image.tag="latest" --create-namespace
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • Apache-2.0

  • BSD-1-Clause

  • BSD-2-Clause

  • BSD-3-Clause

  • BSD-4-Clause-UC

  • CC-PDDC

  • GCC-exception-3.1

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Category
application
kubernetes
storage

Media KitContact Us
© 2024 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Product

Chainguard Images