]> git.proxmox.com Git - ceph.git/blob - patches/0011-only-suggest-mgr-plugins.patch
update patches for pacific
[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 @@ -239,11 +239,11 @@ 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-k8sevents,
25 - ceph-mgr-cephadm
26 -Suggests: python3-influxdb
27 +Suggests: ceph-mgr-dashboard,
28 + ceph-mgr-diskprediction-local,
29 + ceph-mgr-k8sevents,
30 + ceph-mgr-cephadm,
31 + python3-influxdb
32 Replaces: ceph (<< 0.93-417),
33 Breaks: ceph (<< 0.93-417),
34 Description: manager for the ceph distributed storage system
35 @@ -303,7 +303,7 @@ Depends: ${misc:Depends},
36 python3-openssl,
37 Replaces: ceph-mgr (<< 15.1.0)
38 Breaks: ceph-mgr (<< 15.1.0)
39 -Recommends: ceph-mgr-rook
40 +Suggests: ceph-mgr-rook
41 Description: ceph manager modules which are always enabled
42 Ceph is a massively scalable, open-source, distributed
43 storage system that runs on commodity hardware and delivers object,