]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec: Recommend (but do not require) podman 33221/head
authorSage Weil <sage@redhat.com>
Tue, 11 Feb 2020 20:07:25 +0000 (14:07 -0600)
committerSage Weil <sage@redhat.com>
Wed, 12 Feb 2020 01:51:23 +0000 (19:51 -0600)
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 <sage@redhat.com>
ceph.spec.in

index 99f19066884028e0eefd241ff272dea2bbc02afd..002e12db0d1c889de1a3f8e7f7175b3c0cc14866 100644 (file)
@@ -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.