Open
Description
Linux LVM by default saves the previus copy of lvm configuration in /etc/lvm/archive/, this is perfectly fine normally but could become a problem when crrating thousand of LVs. As a workaround we built a copy of the container disabling LVM archive feature:
FROM docker.io/openebs/lvm-driver:1.0.0
RUN sed -i -e '/^\sarchive\s=/s/1/0/' /etc/lvm/lvm.conf