]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: ceph-mgr-modules-core does not Recommend ceph-mgr-rook anymore 41688/head
authorKefu Chai <kchai@redhat.com>
Fri, 4 Jun 2021 03:25:12 +0000 (11:25 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 4 Jun 2021 08:18:23 +0000 (16:18 +0800)
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>
PendingReleaseNotes
debian/control

index 246a6940358932eb264d1ebeacb74ea240030c5b..81ca8d6b200768052e6b9ae96fdcd430ae4b5dc6 100644 (file)
@@ -1,5 +1,13 @@
 >=17.0.0
 
+* `ceph-mgr-modules-core` debian package does not recommend `ceph-mgr-rook`
+  anymore. As the latter depends on `python3-numpy` which cannot be imported in
+  different Python sub-interpreters multi-times if the version of
+  `python3-numpy` is older than 1.19. Since `apt-get` installs the `Recommends`
+  packages by default, `ceph-mgr-rook` was always installed along with
+  `ceph-mgr` debian package as an indirect dependency. If your workflow depends
+  on this behavior, you might want to install `ceph-mgr-rook` separately.
+
 * A new library is available, libcephsqlite. It provides a SQLite Virtual File
   System (VFS) on top of RADOS. The database and journals are striped over
   RADOS across multiple objects for virtually unlimited scaling and throughput
index d61dac291a88162191ebc3b9a3ce284e48dd67f9..b14402aa06c35d74aac95f132389fcf8648986dc 100644 (file)
@@ -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,