diff options
author | Kefu Chai <kchai@redhat.com> | 2021-06-04 05:25:12 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-06-04 10:18:23 +0200 |
commit | 814fb28892370bef3337f90edccfd6f9c00bf350 (patch) | |
tree | 992bc17602737c7664da16a769c426fd4385cbb8 /debian | |
parent | Merge PR #41553 into master (diff) | |
download | ceph-814fb28892370bef3337f90edccfd6f9c00bf350.tar.xz ceph-814fb28892370bef3337f90edccfd6f9c00bf350.zip |
debian/control: ceph-mgr-modules-core does not Recommend ceph-mgr-rook anymore
per https://www.debian.org/doc/debian-policy/ch-relationships.html
> Recommends
> This declares a strong, but not absolute, dependency.
>
> The Recommends field should list packages that would be found together
> with this one in all but unusual installations.
ceph-mgr-modules-core provides a set of ceph-mgr modules which are
always enabeld. but the rook module enables ceph-mgr to install and
configure a Ceph cluster using Rook. this module is very useful but
it does not have such a strong connection with ceph-mgr-modules-core.
we can always install it separately for using better intergration with
Rook.
See-also: https://tracker.ceph.com/issues/45574
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d61dac291a8..b14402aa06c 100644 --- a/debian/control +++ b/debian/control @@ -302,7 +302,6 @@ Depends: ${misc:Depends}, python3-openssl, Replaces: ceph-mgr (<< 15.1.0) Breaks: ceph-mgr (<< 15.1.0) -Recommends: ceph-mgr-rook Description: ceph manager modules which are always enabled Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, |