Project

General

Profile

Backport #39014

mimic: rgw admin: disable stale instance deletion in multisite

Added by Nathan Cutler about 5 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
mimic
Crash signature (v1):
Crash signature (v2):


Related issues

Copied from rgw - Bug #38658: rgw admin: disable stale instance deletion in multisite Resolved 03/11/2019

History

#1 Updated by Nathan Cutler about 5 years ago

  • Copied from Bug #38658: rgw admin: disable stale instance deletion in multisite added

#2 Updated by Prashant D almost 5 years ago

  • Status changed from New to Need More Info

cherry-picked changes failed to compile :

/home/work/backport/ceph6_mimic/src/rgw/rgw_admin.cc: In function ‘int bucket_source_sync_status(RGWRados*, const RGWZone&, const RGWZone&, RGWRESTConn*, const RGWBucketInfo&, int, std::ostream&)’:
/home/work/backport/ceph6_mimic/src/rgw/rgw_admin.cc:2379:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t shard_id = 0; shard_id < total_shards; shard_id++) {
~~~~~~~~^~~~~~~~~~~~~
/home/work/backport/ceph6_mimic/src/rgw/rgw_admin.cc: In function ‘int main(int, const char**)’:
/home/work/backport/ceph6_mimic/src/rgw/rgw_admin.cc:7946:16: error: ‘class RGWRados’ has no member named ‘svc’
if (!store->svc.zone->can_reshard() && !yes_i_really_mean_it) {
^~
/home/work/backport/ceph6_mimic/src/rgw/rgw_admin.cc:7960:16: error: ‘class RGWRados’ has no member named ‘svc’
if (!store->svc.zone->can_reshard()) {
^
~
make3: * [src/rgw/CMakeFiles/radosgw-admin.dir/build.make:63: src/rgw/CMakeFiles/radosgw-admin.dir/rgw_admin.cc.o] Error 1
make3:
Waiting for unfinished jobs....
make2:
[CMakeFiles/Makefile2:22401: src/rgw/CMakeFiles/radosgw-admin.dir/all] Error 2
make2: *
Waiting for unfinished jobs....

#3 Updated by Nathan Cutler over 4 years ago

  • Description updated (diff)
  • Status changed from Need More Info to In Progress
  • Assignee set to Nathan Cutler

#4 Updated by Yuri Weinstein over 4 years ago

Nathan Cutler wrote:

https://github.com/ceph/ceph/pull/30340

merged

#5 Updated by Nathan Cutler over 4 years ago

  • Status changed from In Progress to Resolved
  • Target version set to v13.2.7

This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/30340
merge commit 21570cabf520cded55e567cd0edc4380fa1486a5 (v13.2.6-541-g21570cabf52)

Also available in: Atom PDF