]> git.proxmox.com Git - ceph.git/blob - patches/0011-only-suggest-mgr-plugins.patch
import 15.2.9
[ceph.git] / patches / 0011-only-suggest-mgr-plugins.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Dominik Csapak <d.csapak@proxmox.com>
3 Date: Thu, 4 Jul 2019 08:17:05 +0200
4 Subject: [PATCH] ceph-mgr: only suggest mgr plugins
5
6 so that they wont be installed by default
7
8 Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
9 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 ---
11 debian/control | 14 +++++++-------
12 1 file changed, 7 insertions(+), 7 deletions(-)
13
14 diff --git a/debian/control b/debian/control
15 index e7a01c6ff8..692705c4c4 100644
16 --- a/debian/control
17 +++ b/debian/control
18 @@ -225,12 +225,12 @@ Depends: ceph-base (= ${binary:Version}),
19 ${misc:Depends},
20 ${python:Depends},
21 ${shlibs:Depends},
22 -Recommends: ceph-mgr-dashboard,
23 - ceph-mgr-diskprediction-local,
24 - ceph-mgr-diskprediction-cloud,
25 - ceph-mgr-k8sevents,
26 - ceph-mgr-cephadm
27 -Suggests: python3-influxdb
28 +Suggests: ceph-mgr-dashboard,
29 + ceph-mgr-diskprediction-local,
30 + ceph-mgr-diskprediction-cloud,
31 + ceph-mgr-k8sevents,
32 + ceph-mgr-cephadm,
33 + python3-influxdb
34 Replaces: ceph (<< 0.93-417),
35 Breaks: ceph (<< 0.93-417),
36 Description: manager for the ceph distributed storage system
37 @@ -304,7 +304,7 @@ Depends: ${misc:Depends},
38 python3-openssl,
39 Replaces: ceph-mgr (<< 15.1.0)
40 Breaks: ceph-mgr (<< 15.1.0)
41 -Recommends: ceph-mgr-rook
42 +Suggests: ceph-mgr-rook
43 Description: ceph manager modules which are always enabled
44 Ceph is a massively scalable, open-source, distributed
45 storage system that runs on commodity hardware and delivers object,