]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: on SUSE, podman is required for cephadm to work 36995/head
authorNathan Cutler <ncutler@suse.com>
Fri, 4 Sep 2020 15:51:07 +0000 (17:51 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 4 Sep 2020 15:51:07 +0000 (17:51 +0200)
On SUSE, cephadm is tested with podman only.

Fixes: https://tracker.ceph.com/issues/47305
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 7c1c1193bb2afe19eaeabfe377ad1b64b17bceff..cc9975417a563e8d033a65053a06b8a4189adfb6 100644 (file)
@@ -384,11 +384,14 @@ Summary:        Utility to bootstrap Ceph clusters
 Requires:       lvm2
 %if 0%{?suse_version}
 Requires:       apparmor-abstractions
+Requires:       podman
 %endif
 Requires:       python%{python3_pkgversion}
+%if ! 0%{?suse_version}
 %if 0%{?weak_deps}
 Recommends:     podman
 %endif
+%endif
 %description -n cephadm
 Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed 
 with systemd and podman.