Commit
25499b644b1c5a7b6f4c8876261334dda10fbec3 introduced the initial
work for pool sharing and markers, but didn't set radosgw_admin to
use that infrastructure. We definitely want to be doing so, though,
since radosgw_admin isn't creating system buckets. Do so.
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
rgw_bucket& bucket = bucket_info.bucket;
- ret = rgwstore->create_bucket(user_id, bucket, attrs, false, false, auid);
+ ret = rgwstore->create_bucket(user_id, bucket, attrs, false, true, auid);
if (ret && ret != -EEXIST)
goto done;