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:
parent
edd5e72e3f
commit
c925341518
@ -23,4 +23,5 @@ sudo apt-get install --no-install-recommends -y \
|
|||||||
curl \
|
curl \
|
||||||
bc \
|
bc \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
dnsutils
|
dnsutils \
|
||||||
|
lvm2
|
||||||
|
Loading…
Reference in New Issue
Block a user