On Fri, Oct 31, 2014 at 9:48 AM, Marco Garcês <marco@xxxxxxxxx> wrote: > Hi there, > > I have a few questions regarding pools, radosgw and logging: > > 1) How do I turn on radosgw logs for a specific pool? What do you mean? What do you want to log? > I have this in my config: > > rgw enable ops log = false This will disable operations logging. > rgw enable usage log = true > rgw usage log tick interval = 30 > rgw usage log flush threshold = 1024 This will enable usage logging. > > but when I do "radosgw-admin log list" I get an empty list. This command is for the ops logging, you need to use the radosgw-admin usage show command. > Any suggestions? > > 2) Is it possible to have different swift/s3 users accessing radosgw, > but placing data on different pools? At the moment, it is all going on > .rgw.buckets, I would like to separate this. Yes. You need to set up a zone, and in the zone set up multiple placement targets, each pointing at different pools. Then for each use specify the appropriate placement target it would be using. > > 3) Is it possible to have 2 different swift/s3 users, sharing buckets? 2 different users having the same list of buckets? No. You can have multiple subusers on a single user, although I wouldn't recommend using subusers in s3. You can also have a single user with multiple access keys. > > 4) How to setup radosgw on 3 different hosts? Do I need to had 3 > different radosgw configs inside my configs, or can I have the "host" > part, with these 3 hosts? You need to config 3 different gateways. Yehuda _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com