]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
radosgw-admin: fix error message of OPT::LC_RESHARD_FIX 44178/head
authorHuber-ming <zhangsm01@inspur.com>
Thu, 2 Dec 2021 01:18:19 +0000 (09:18 +0800)
committerHuber-ming <zhangsm01@inspur.com>
Thu, 2 Dec 2021 01:18:19 +0000 (09:18 +0800)
Signed-off-by: Huber-ming <zhangsm01@inspur.com>
src/rgw/rgw_admin.cc

index d734e4960a864874058e9839728e699079c69980..48d4813d3a8054a4c8447cdc9d3d458acdbb2d89 100644 (file)
@@ -7560,7 +7560,7 @@ next:
   if (opt_cmd == OPT::LC_RESHARD_FIX) {
     ret = RGWBucketAdminOp::fix_lc_shards(store, bucket_op, stream_flusher, dpp());
     if (ret < 0) {
-      cerr << "ERROR: listing stale instances" << cpp_strerror(-ret) << std::endl;
+      cerr << "ERROR: fixing lc shards: " << cpp_strerror(-ret) << std::endl;
     }
 
   }