From 5d3e7b44181476081940dec39a108aad758ffcda Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 15 Feb 2019 21:00:10 +0800 Subject: [PATCH] debian: s|lib/ceph/mgr|share/ceph/mgr| as the mgr plugins are installed into $prefix/share/ceph/mgr now. Signed-off-by: Kefu Chai --- debian/ceph-mgr-dashboard.install | 2 +- debian/ceph-mgr-diskprediction-cloud.install | 2 +- debian/ceph-mgr-diskprediction-local.install | 2 +- debian/ceph-mgr-rook.install | 2 +- debian/ceph-mgr.install | 52 ++++++++++---------- 5 files changed, 30 insertions(+), 30 deletions(-) diff --git a/debian/ceph-mgr-dashboard.install b/debian/ceph-mgr-dashboard.install index 618dcbddaa84d..8d3c8bd17fc10 100644 --- a/debian/ceph-mgr-dashboard.install +++ b/debian/ceph-mgr-dashboard.install @@ -1 +1 @@ -usr/lib/ceph/mgr/dashboard +usr/share/ceph/mgr/dashboard diff --git a/debian/ceph-mgr-diskprediction-cloud.install b/debian/ceph-mgr-diskprediction-cloud.install index 2d93189128097..58481b25374c0 100644 --- a/debian/ceph-mgr-diskprediction-cloud.install +++ b/debian/ceph-mgr-diskprediction-cloud.install @@ -1 +1 @@ -usr/lib/ceph/mgr/diskprediction_cloud +usr/share/ceph/mgr/diskprediction_cloud diff --git a/debian/ceph-mgr-diskprediction-local.install b/debian/ceph-mgr-diskprediction-local.install index b1efa5f7dd2c8..a381e251a7a5f 100644 --- a/debian/ceph-mgr-diskprediction-local.install +++ b/debian/ceph-mgr-diskprediction-local.install @@ -1 +1 @@ -usr/lib/ceph/mgr/diskprediction_local +usr/share/ceph/mgr/diskprediction_local diff --git a/debian/ceph-mgr-rook.install b/debian/ceph-mgr-rook.install index 36b7d547cb318..50cadb435d367 100644 --- a/debian/ceph-mgr-rook.install +++ b/debian/ceph-mgr-rook.install @@ -1 +1 @@ -usr/lib/ceph/mgr/rook +usr/share/ceph/mgr/rook diff --git a/debian/ceph-mgr.install b/debian/ceph-mgr.install index 21891ab25fbf1..4fe43c41d23eb 100644 --- a/debian/ceph-mgr.install +++ b/debian/ceph-mgr.install @@ -1,28 +1,28 @@ lib/systemd/system/ceph-mgr* usr/bin/ceph-mgr -usr/lib/ceph/mgr/ansible -usr/lib/ceph/mgr/balancer -usr/lib/ceph/mgr/crash -usr/lib/ceph/mgr/deepsea -usr/lib/ceph/mgr/devicehealth -usr/lib/ceph/mgr/influx -usr/lib/ceph/mgr/insights -usr/lib/ceph/mgr/iostat -usr/lib/ceph/mgr/localpool -usr/lib/ceph/mgr/mgr_module.* -usr/lib/ceph/mgr/mgr_util.* -usr/lib/ceph/mgr/orchestrator_cli -usr/lib/ceph/mgr/orchestrator.* -usr/lib/ceph/mgr/osd_perf_query -usr/lib/ceph/mgr/pg_autoscaler -usr/lib/ceph/mgr/progress -usr/lib/ceph/mgr/prometheus -usr/lib/ceph/mgr/rbd_support -usr/lib/ceph/mgr/restful -usr/lib/ceph/mgr/selftest -usr/lib/ceph/mgr/status -usr/lib/ceph/mgr/test_orchestrator -usr/lib/ceph/mgr/telegraf -usr/lib/ceph/mgr/telemetry -usr/lib/ceph/mgr/volumes -usr/lib/ceph/mgr/zabbix +usr/share/ceph/mgr/ansible +usr/share/ceph/mgr/balancer +usr/share/ceph/mgr/crash +usr/share/ceph/mgr/deepsea +usr/share/ceph/mgr/devicehealth +usr/share/ceph/mgr/influx +usr/share/ceph/mgr/insights +usr/share/ceph/mgr/iostat +usr/share/ceph/mgr/localpool +usr/share/ceph/mgr/mgr_module.* +usr/share/ceph/mgr/mgr_util.* +usr/share/ceph/mgr/orchestrator_cli +usr/share/ceph/mgr/orchestrator.* +usr/share/ceph/mgr/osd_perf_query +usr/share/ceph/mgr/pg_autoscaler +usr/share/ceph/mgr/progress +usr/share/ceph/mgr/prometheus +usr/share/ceph/mgr/rbd_support +usr/share/ceph/mgr/restful +usr/share/ceph/mgr/selftest +usr/share/ceph/mgr/status +usr/share/ceph/mgr/test_orchestrator +usr/share/ceph/mgr/telegraf +usr/share/ceph/mgr/telemetry +usr/share/ceph/mgr/volumes +usr/share/ceph/mgr/zabbix -- 2.39.5