rgw/iam: CreateRole ignores EEXIST after forwarded request
when issued against a secondary zone in multisite, the CreateRole
request is first forwarded to the metadata master zone and created there
once that forwarded request succeeds, the secondary zone creates the
same role. between these two events, metadata sync may race to replicate
that role from the master. this causes the local role creation to fail
with EEXIST
ignore EEXIST errors from local role creation if we know that our
forwarded request succeeded