mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Merge pull request #8909 from theanalyst/rgw/zone-eexist-msg
rgw: remove EEXIST error msg for ZoneCreate Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
3c210ff545
@ -1507,7 +1507,6 @@ int RGWZoneParams::create(bool exclusive)
|
||||
|
||||
r = RGWSystemMetaObj::create(exclusive);
|
||||
if (r < 0) {
|
||||
ldout(cct, 0) << "RGWZoneParams::create(): error creating default zone params: " << cpp_strerror(-r) << dendl;
|
||||
return r;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user