]> git.proxmox.com Git - ceph.git/blame - patches/0011-only-suggest-mgr-plugins.patch
bump version to 14.2.6-pve1
[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
4Subject: [PATCH] only suggest mgr plugins
5
6so that they wont be installed by default
7
8Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
9---
10 debian/control | 12 ++++++------
11 1 file changed, 6 insertions(+), 6 deletions(-)
12
13diff --git a/debian/control b/debian/control
14index e7a01c6ff8..692705c4c4 100644
15--- a/debian/control
16+++ b/debian/control
fbaefdda 17@@ -192,13 +192,13 @@ Depends: ceph-base (= ${binary:Version}),
c8f83d6e
DC
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,
fbaefdda 25- ceph-mgr-k8sevents,
c8f83d6e
DC
26- ceph-mgr-ssh
27-Suggests: python-influxdb
28+Suggests: ceph-mgr-dashboard,
29+ ceph-mgr-diskprediction-local,
30+ ceph-mgr-diskprediction-cloud,
31+ ceph-mgr-rook,
fbaefdda 32+ ceph-mgr-k8sevents,
c8f83d6e
DC
33+ ceph-mgr-ssh,
34+ python-influxdb
35 Replaces: ceph (<< 0.93-417),
36 Breaks: ceph (<< 0.93-417),
37 Description: manager for the ceph distributed storage system