From 29a6f72131056a8b907b09e1170567763388b00a Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Tue, 28 Apr 2020 02:57:30 -0400 Subject: [PATCH] spec: include snap_schedule in ceph spec file Signed-off-by: Venky Shankar --- ceph.spec.in | 1 + debian/ceph-mgr-modules-core.install | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 691e145f579..fe193aec60e 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1647,6 +1647,7 @@ fi %{_datadir}/ceph/mgr/rbd_support %{_datadir}/ceph/mgr/restful %{_datadir}/ceph/mgr/selftest +%{_datadir}/ceph/mgr/snap_schedule %{_datadir}/ceph/mgr/status %{_datadir}/ceph/mgr/telegraf %{_datadir}/ceph/mgr/telemetry diff --git a/debian/ceph-mgr-modules-core.install b/debian/ceph-mgr-modules-core.install index 903a4d8b014..ac9ddd201c7 100644 --- a/debian/ceph-mgr-modules-core.install +++ b/debian/ceph-mgr-modules-core.install @@ -14,6 +14,7 @@ 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/snap_schedule usr/share/ceph/mgr/status usr/share/ceph/mgr/telegraf usr/share/ceph/mgr/telemetry