]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/rgw: adding mgr rgw module to ceph image
authorRedouane Kachach <rkachach@redhat.com>
Mon, 27 Feb 2023 08:56:54 +0000 (09:56 +0100)
committerAdam King <adking@redhat.com>
Tue, 25 Apr 2023 12:36:55 +0000 (08:36 -0400)
Fixes: https://tracker.ceph.com/issues/58856
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked from commit 110db72e24dab6667adc21259355cf17dc20ac86)

ceph.spec.in
src/pybind/mgr/CMakeLists.txt

index cff5f798b76ace93b342c0e12c093c738ae69f60..5e101ed119b6f3f0d8f69542e20afad27d636114 100644 (file)
@@ -1885,6 +1885,7 @@ fi
 %{_datadir}/ceph/mgr/prometheus
 %{_datadir}/ceph/mgr/rbd_support
 %{_datadir}/ceph/mgr/restful
+%{_datadir}/ceph/mgr/rgw
 %{_datadir}/ceph/mgr/selftest
 %{_datadir}/ceph/mgr/snap_schedule
 %{_datadir}/ceph/mgr/stats
index 54aa9142028927b5fd3d0ffa35a6133299f720e9..e8c06c9e2e9e848e7e7b0e6886289031b50f2dd0 100644 (file)
@@ -43,6 +43,7 @@ set(mgr_modules
   prometheus
   rbd_support
   restful
+  rgw
   # rook (optional)
   selftest
   snap_schedule