mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
Merge pull request #41496 from Huber-ming/correct_spell
rgw: correct the spelling of "instace" Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
09357b1be7
@ -546,7 +546,7 @@ int RGWSI_Bucket_SObj::store_bucket_instance_info(RGWSI_Bucket_BI_Ctx& ctx,
|
||||
} else if (ret == -EEXIST) {
|
||||
/* well, if it's exclusive we shouldn't overwrite it, because we might race with another
|
||||
* bucket operation on this specific bucket (e.g., being synced from the master), but
|
||||
* since bucket instace meta object is unique for this specific bucket instace, we don't
|
||||
* since bucket instance meta object is unique for this specific bucket instance, we don't
|
||||
* need to return an error.
|
||||
* A scenario where we'd get -EEXIST here, is in a multi-zone config, we're not on the
|
||||
* master, creating a bucket, sending bucket creation to the master, we create the bucket
|
||||
|
Loading…
Reference in New Issue
Block a user