ceph-ansible/roles/ceph-container-engine
Dimitri Savineau ff3a3ee5e9 container: move lvm2 package installation
Before this patch, the lvm2 package installation was done during the
ceph-osd role.
However we were running ceph-volume command in the ceph-config role
before ceph-osd. If lvm2 wasn't installed then the ceph-volume command
fails:

error checking path "/run/lock/lvm": stat /run/lock/lvm: no such file or
directory

This wasn't visible before because lvm2 was automatically installed as
docker dependency but it's not the same for podman on CentOS 8.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit de8f2a9f83)
2020-01-14 12:47:55 -05:00
..
meta roles: introduce `ceph-container-engine` role 2019-05-22 15:24:11 -04:00
tasks container: move lvm2 package installation 2020-01-14 12:47:55 -05:00
vars roles: introduce `ceph-container-engine` role 2019-05-22 15:24:11 -04:00
README.md roles: introduce `ceph-container-engine` role 2019-05-22 15:24:11 -04:00

README.md

Ansible role: ceph-container-engine

Documentation is available at http://docs.ceph.com/ceph-ansible/.