On 4/9/2014 3:33 AM, wsnote wrote:
Now I can configure it but it seems make no sense.
The following is the Error info.

[root@ceph69 ceph]# radosgw-agent -c /etc/ceph/cluster-data-sync.conf
INFO:urllib3.connectionpool:Starting new HTTPS connection (1): s3.ceph71.com
ERROR:root:Could not retrieve region map from destination

This error means that radosgw-agent can't retrieve the region and zone maps from the slave zone.

In cluster-data-sync.conf, double check that the destination URL is correct, and that ceph69 can connect to that URL.

Next verify dest_access_key and dest_secret_key are correct. Compare them to radosgw-admin user show --name client.radosgw.us-east-1. radosgw-admin uses those credentials to pull that data. Before I started, I made sure that all of my secret keys did not have backslashes.

One of the issues I ran into was making sure I created everything in the zone RGW pools, not the default RGW pools. Sometimes my users would end up in .users.uid, not .us.east-1.users.uid, because I forgot to add the --name parameter to the radosgw-admin commands.
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to