Hi Yehuda, I'm currently trying to test the radosgw-agent which lives in https://github.com/ceph/radosgw-agent I modified the vstart.sh script (you can see it here https://github.com/ceph/ceph/pull/522) to be able to launch multiple cluster with vstart.sh in different directories. I created a little script to automate the launch of two clusters and the setup of region and zone, so that i have a master and a slave cluster. With that setup, i encounter two problems: First when i try to create a bucket after setup is done using s3cmd, got this error ERROR: Access to bucket 'TEST' was denied. in the function open_bucket_pool_ctx, it tries to open the pool .rgw.buckets.index, but this pool doesn't seems to exist. Is this behaviour correct? Is it due to my setup? or should this pool be created? Second, is that i get a 403 while using the radosgw-agent on the previous setup, with the test.sh script. Am i doing something wrong here? To reproduce the first bug: - Get the vstart.sh script from https://github.com/ceph/ceph/pull/522 - Get the script to launch cluster and the *.master *.zone files - Launch the script - Try to create a bucket with s3cmd To reproduce the second one : - Do the same setup as for the first one - Get the radosgw-agent repo - Get the test.sh script in this directory - Launch the test.sh script You can find below the various files i mentionned earlier the script for launching clusters http://pastebin.com/VSJhwRSs master.region file http://pastebin.com/pCrRpM3w master.zone file http://pastebin.com/gi1DDNvr slave.region file http://pastebin.com/idgMDYjj slave.zone file http://pastebin.com/m2KRnqdJ test.sh file http://pastebin.com/gaitrPqX Best regards -- Christophe Courtaut -- 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