mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
rgw: keep syncstopped flag when copying bucket shard headers
Fixes: https://tracker.ceph.com/issues/48037 Signed-off-by: Ilsoo Byun <ilsoobyun@linecorp.com>
This commit is contained in:
parent
a80cb18726
commit
5a94be030b
@ -637,6 +637,7 @@ static int check_index(cls_method_context_t hctx,
|
||||
|
||||
calc_header->tag_timeout = existing_header->tag_timeout;
|
||||
calc_header->ver = existing_header->ver;
|
||||
calc_header->syncstopped = existing_header->syncstopped;
|
||||
|
||||
map<string, bufferlist> keys;
|
||||
string start_obj;
|
||||
|
Loading…
Reference in New Issue
Block a user