]> git.proxmox.com Git - ceph.git/blame_incremental - patches/0007-only-suggest-mgr-plugins.patch
bump version to 18.2.0-pve2
[ceph.git] / patches / 0007-only-suggest-mgr-plugins.patch
... / ...
CommitLineData
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
4Subject: [PATCH] ceph-mgr: only suggest mgr plugins
5
6so that they wont be installed by default
7
8Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
9Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10---
11 debian/control | 10 +++++-----
12 1 file changed, 5 insertions(+), 5 deletions(-)
13
14diff --git a/debian/control b/debian/control
15index e7a01c6ff8..692705c4c4 100644
16--- a/debian/control
17+++ b/debian/control
18@@ -242,11 +242,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