ceph-chef icon indicating copy to clipboard operation
ceph-chef copied to clipboard

radosgw federated keyrings conflict

Open robbat2 opened this issue 7 years ago • 2 comments

Compare: https://github.com/ceph/ceph-chef/blob/master/recipes/radosgw_federated.rb#L39 https://github.com/ceph/ceph-chef/blob/master/templates/default/ceph.conf.erb#L229

The logic used to decide if the keyring should be at "/etc/ceph/#{node['ceph']['cluster']}.client.radosgw.#{inst['region']}-#{inst['name']}.keyring" OR "/etc/ceph/#{node['ceph']['cluster']}.client.radosgw.keyring"

Is reversed on one of them. I'm not certain which one is wrong, either way could be correct with the keyring cleanup, esp as there aren't many cases I can think of that would need multiple RGW instances on a single host in different region/zones.

robbat2 avatar Jul 18 '17 22:07 robbat2

Actually, Bloomberg and others use RGW in a multi-instance scenario as part of a pseudo namespace prior to Jewel. I will take a look at this asap. thx

hanscj1 avatar Jul 19 '17 20:07 hanscj1

Anything stand out?

robbat2 avatar Jul 24 '17 18:07 robbat2