Fix ceph deployment

When deploy ceph on loop devices we need lvm2
to be installed on the host to create necessary
device links like /dev/<vgname>/<lvname>

Change-Id: I5dabbc080aa45b28c1dd5e1d883f9d45affdf60f
This commit is contained in:
Vladimir Kozhukalov 2023-02-15 21:39:59 +03:00
parent edd5e72e3f
commit c925341518

View File

@ -23,4 +23,5 @@ sudo apt-get install --no-install-recommends -y \
curl \
bc \
python3-pip \
dnsutils
dnsutils \
lvm2