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: Ice7031da38009e913cd43b95398218d25dc97930
This commit is contained in:
parent
46f4fdb5f3
commit
58facb9e50
@ -26,4 +26,5 @@ sudo apt-get install --no-install-recommends -y \
|
||||
bc \
|
||||
python3-dev \
|
||||
net-tools \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
lvm2
|
||||
|
Loading…
Reference in New Issue
Block a user