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:
Casey Bodley 2016-05-10 15:54:59 -04:00
commit 3c210ff545

View File

@ -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;
}