]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
radosgw-admin: output bucket sync checkpoint to stdout 68097/head
authorcheese-cakee <farzanaman99@gmail.com>
Sun, 29 Mar 2026 13:43:21 +0000 (19:13 +0530)
committercheese-cakee <farzanaman99@gmail.com>
Sun, 29 Mar 2026 13:43:21 +0000 (19:13 +0530)
commitfd39ac1a23ae5d9df6dc7a8e05a06cd815f4ecd6
tree38d8e958a3a8392e63ece73a99f5872519b1dda4
parent2f20123931e751866158fa913c5851bc2686ab9e
radosgw-admin: output bucket sync checkpoint to stdout

The bucket sync checkpoint command was outputting its results to
the log stream via ldpp_dout() instead of stdout. This meant users
saw no output unless --log-to-stderr was explicitly enabled.

Change success and completion messages to std::cout and errors
to std::cerr so results are visible without enabling logging.

Fixes: http://tracker.ceph.com/issues/72088
Signed-off-by: cheese-cakee <farzanaman99@gmail.com>
src/rgw/radosgw-admin/sync_checkpoint.cc