]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: introduce new /{admin}/info api resource
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 29 Jun 2021 17:54:35 +0000 (13:54 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 9 Dec 2021 15:47:43 +0000 (10:47 -0500)
commitbdda0d2ba1d0ef52b7a8b5edf1f2f70cacc38013
treeb00d1fea9aeda7104f77c4b50f34a73db926b8c4
parentcfe546991a5f6529a23a55110a19b824f3a49655
rgw: introduce new /{admin}/info api resource

The new resource returns an array of informational data, which
currently consists of the RADOS cluster fsid as "cluster_fsid."

Fixes: https://tracker.ceph.com/issues/51432
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
doc/radosgw/adminops.rst
src/rgw/CMakeLists.txt
src/rgw/rgw_common.cc
src/rgw/rgw_main.cc
src/rgw/rgw_rest_info.cc [new file with mode: 0644]
src/rgw/rgw_rest_info.h [new file with mode: 0644]