On Thu, Dec 15, 2016 at 3:20 AM, Pavan Rallabhandi <PRallabhandi@xxxxxxxxxxxxxxx> wrote: > I realize from code that bucket linking doesn’t seem to be supported across tenants. Was that intentional, and if so was that because buckets need not be unique across tenants? > > Couldn’t get any insights from the archives on this, any help is appreciated. > This was intentional as we wanted to keep it simple. There are some data structures (e.g., bucket instance info?) that the tenant makes part of their key, so moving it to a different tenant means we'd need to rewrite these. Also you'd need to go through all the objects on the bucket and amend their acls to match the new tenant. So it'd need some conversion process. Yehuda -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html