]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: migrate rgw_admin to new directory. 61074/head
authorJesse Williamson <chardan@users.noreply.github.com>
Thu, 12 Dec 2024 22:10:19 +0000 (14:10 -0800)
committerJesse F. Williamson <jfw@ibm.com>
Mon, 6 Jan 2025 21:08:24 +0000 (13:08 -0800)
commit57359801515a550ee3f47e2f015a98887ea68213
treeb631b79a3cfe7af17b0c882943956a698bbb17b6
parent3ec1e9347ff1b04ac16aab43f81cc54b958d9d9c
rgw: migrate rgw_admin to new directory.

Some C++ fixes, macro fixes, etc.. Gathers other core
files, makes names more closely match executable.

Signed-off-by: Jesse F. Williamson <jfw@ibm.com>
12 files changed:
src/rgw/CMakeLists.txt
src/rgw/driver/rados/rgw_user.h
src/rgw/radosgw-admin/orphan.cc [new file with mode: 0644]
src/rgw/radosgw-admin/orphan.h [new file with mode: 0644]
src/rgw/radosgw-admin/radosgw-admin.cc [new file with mode: 0644]
src/rgw/radosgw-admin/sync_checkpoint.cc [new file with mode: 0644]
src/rgw/radosgw-admin/sync_checkpoint.h [new file with mode: 0644]
src/rgw/rgw_admin.cc [deleted file]
src/rgw/rgw_orphan.cc [deleted file]
src/rgw/rgw_orphan.h [deleted file]
src/rgw/rgw_sync_checkpoint.cc [deleted file]
src/rgw/rgw_sync_checkpoint.h [deleted file]