From b16f19efe767215472c8915eb6c1ff3f20f60b94 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 11 Feb 2020 14:07:25 -0600 Subject: [PATCH] ceph.spec: Recommend (but do not require) podman 1- Strictly speaking, docker is okay too. 2- We don't want podman (or docker) installed inside the container image, but we do need the cephadm package. Fixes: https://tracker.ceph.com/issues/44065 Signed-off-by: Sage Weil --- ceph.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 99f1906688402..002e12db0d1c8 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -395,9 +395,11 @@ Base is the package that includes all the files shared amongst ceph servers %package -n cephadm Summary: Utility to bootstrap Ceph clusters -Requires: podman Requires: lvm2 Requires: python%{python3_pkgversion} +%if 0%{?weak_deps} +Recommends: podman +%endif %description -n cephadm Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed with systemd and podman. -- 2.47.3