mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #37892 from IlsooByun/fix_bucket_sync_err
rgw: keep syncstopped flag when copying bucket shard headers Reviewed-by: Casey Bodley <cbodley@redhat.com> Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
This commit is contained in:
commit
fac6f46c6c
@ -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