mirror of
https://github.com/ceph/ceph
synced 2025-04-08 10:42:01 +00:00
mgr/rgw: adding mgr rgw module to ceph image
Fixes: https://tracker.ceph.com/issues/58856 Signed-off-by: Redouane Kachach <rkachach@redhat.com>
This commit is contained in:
parent
5b830aed2a
commit
110db72e24
@ -1885,6 +1885,7 @@ fi
|
|||||||
%{_datadir}/ceph/mgr/prometheus
|
%{_datadir}/ceph/mgr/prometheus
|
||||||
%{_datadir}/ceph/mgr/rbd_support
|
%{_datadir}/ceph/mgr/rbd_support
|
||||||
%{_datadir}/ceph/mgr/restful
|
%{_datadir}/ceph/mgr/restful
|
||||||
|
%{_datadir}/ceph/mgr/rgw
|
||||||
%{_datadir}/ceph/mgr/selftest
|
%{_datadir}/ceph/mgr/selftest
|
||||||
%{_datadir}/ceph/mgr/snap_schedule
|
%{_datadir}/ceph/mgr/snap_schedule
|
||||||
%{_datadir}/ceph/mgr/stats
|
%{_datadir}/ceph/mgr/stats
|
||||||
|
@ -43,6 +43,7 @@ set(mgr_modules
|
|||||||
prometheus
|
prometheus
|
||||||
rbd_support
|
rbd_support
|
||||||
restful
|
restful
|
||||||
|
rgw
|
||||||
# rook (optional)
|
# rook (optional)
|
||||||
selftest
|
selftest
|
||||||
snap_schedule
|
snap_schedule
|
||||||
|
Loading…
Reference in New Issue
Block a user