From 88b87c042d15afc060f133e27caeb1a862d9f694 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 8 Feb 2019 08:29:45 -0600 Subject: [PATCH] rpm,deb: add rbd_support module to ceph-mgr Signed-off-by: Sage Weil --- ceph.spec.in | 1 + debian/ceph-mgr.install | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 92d15499a535d..130bedd57bb4c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1469,6 +1469,7 @@ fi %{_libdir}/ceph/mgr/pg_autoscaler %{_libdir}/ceph/mgr/progress %{_libdir}/ceph/mgr/prometheus +%{_libdir}/ceph/mgr/rbd_support %{_libdir}/ceph/mgr/restful %{_libdir}/ceph/mgr/selftest %{_libdir}/ceph/mgr/smart diff --git a/debian/ceph-mgr.install b/debian/ceph-mgr.install index feac2359a0c18..c134b8eb8c617 100644 --- a/debian/ceph-mgr.install +++ b/debian/ceph-mgr.install @@ -18,6 +18,7 @@ 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/smart -- 2.39.5