]> git.proxmox.com Git - ceph.git/blob - patches/0011-only-suggest-mgr-plugins.patch
change ceph mgr plugin dependencies
[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] 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 ---
10 debian/control | 12 ++++++------
11 1 file changed, 6 insertions(+), 6 deletions(-)
12
13 diff --git a/debian/control b/debian/control
14 index e7a01c6ff8..692705c4c4 100644
15 --- a/debian/control
16 +++ b/debian/control
17 @@ -188,12 +188,12 @@ Depends: ceph-base (= ${binary:Version}),
18 ${misc:Depends},
19 ${python:Depends},
20 ${shlibs:Depends},
21 -Recommends: ceph-mgr-dashboard,
22 - ceph-mgr-diskprediction-local,
23 - ceph-mgr-diskprediction-cloud,
24 - ceph-mgr-rook,
25 - ceph-mgr-ssh
26 -Suggests: python-influxdb
27 +Suggests: ceph-mgr-dashboard,
28 + ceph-mgr-diskprediction-local,
29 + ceph-mgr-diskprediction-cloud,
30 + ceph-mgr-rook,
31 + ceph-mgr-ssh,
32 + python-influxdb
33 Replaces: ceph (<< 0.93-417),
34 Breaks: ceph (<< 0.93-417),
35 Description: manager for the ceph distributed storage system