Project

General

Profile

Documentation #15244

Updated by Kefu Chai about 8 years ago

* rgw_region_root_pool option should be in [global] section in ceph configuration file  
 http://docs.ceph.com/docs/master/radosgw/federated-config/#add-instances-to-ceph-config-file 

 We need to change this in example given in above link.  

 As if we use *rgw_region_root_pool* in [radosgw] section with different pool name as compare to default it create issues for *radosgw-admin region list* command. 

 <pre> 
 $radosgw-admin region list 
 failed to list regions: (2) No such file or directory 
 2016-03-16 15:39:36.002275 7f432047a880 -1 failed to list objects pool_iterate_begin() returned r=-2 
 </pre> <\pre> 

Back