]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerRedouane Kachach <rkachach@redhat.com>
Mon, 27 Feb 2023 18:11:25 +0000 (19:11 +0100)
Fixes: https://tracker.ceph.com/issues/58856
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
ceph.spec.in
src/pybind/mgr/CMakeLists.txt

index 936e39ad519e761bf1a1e45faed98a073c69bbda..46d9aae02ae87d20094be9743ec595a46da9cb7f 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