]> git.proxmox.com Git - ceph.git/blame - patches/0011-only-suggest-mgr-plugins.patch
update patches for new pacific release
[ceph.git] / patches / 0011-only-suggest-mgr-plugins.patch
CommitLineData
c8f83d6e
DC
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Dominik Csapak <d.csapak@proxmox.com>
3Date: Thu, 4 Jul 2019 08:17:05 +0200
1e2771a6 4Subject: [PATCH] ceph-mgr: only suggest mgr plugins
c8f83d6e
DC
5
6so that they wont be installed by default
7
8Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
1e2771a6 9Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
c8f83d6e 10---
33a459e3
TL
11 debian/control | 10 +++++-----
12 1 file changed, 5 insertions(+), 5 deletions(-)
c8f83d6e
DC
13
14diff --git a/debian/control b/debian/control
15index e7a01c6ff8..692705c4c4 100644
16--- a/debian/control
17+++ b/debian/control
0c05bc94 18@@ -239,11 +239,11 @@ Depends: ceph-base (= ${binary:Version}),
c8f83d6e
DC
19 ${misc:Depends},
20 ${python:Depends},
21 ${shlibs:Depends},
22-Recommends: ceph-mgr-dashboard,
23- ceph-mgr-diskprediction-local,
fbaefdda 24- ceph-mgr-k8sevents,
1e2771a6
TL
25- ceph-mgr-cephadm
26-Suggests: python3-influxdb
c8f83d6e
DC
27+Suggests: ceph-mgr-dashboard,
28+ ceph-mgr-diskprediction-local,
fbaefdda 29+ ceph-mgr-k8sevents,
1e2771a6
TL
30+ ceph-mgr-cephadm,
31+ python3-influxdb
c8f83d6e
DC
32 Replaces: ceph (<< 0.93-417),
33 Breaks: ceph (<< 0.93-417),
34 Description: manager for the ceph distributed storage system