Project

General

Profile

Actions

Backport #39014

closed

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
Pull request ID:
Crash signature (v1):
Crash signature (v2):


Related issues 1 (0 open1 closed)

Copied from rgw - Bug #38658: rgw admin: disable stale instance deletion in multisiteResolvedAbhishek Lekshmanan03/11/2019

Actions
Actions #1

Updated by Nathan Cutler about 5 years ago

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

Updated by Prashant D about 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....

Actions #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
Actions #4

Updated by Yuri Weinstein over 4 years ago

Nathan Cutler wrote:

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

merged

Actions #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)

Actions

Also available in: Atom PDF