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:
Vladimir Kozhukalov 2023-02-20 19:15:01 +03:00
parent 46f4fdb5f3
commit 58facb9e50
1 changed files with 2 additions and 1 deletions

View File

@ -26,4 +26,5 @@ sudo apt-get install --no-install-recommends -y \
bc \
python3-dev \
net-tools \
python3-pip
python3-pip \
lvm2