Project

General

Profile

Bug #38119

Updated by Sebastian Wagner about 4 years ago

###### error ######### 
 location constraint (default) can't be found. 
 Unable to create bucket "riketest2", InvalidLocationConstraint: The specified location-constraint is not valid 

 ###### version ####### 
 <pre> 
 ceph -v 
 ceph version 12.2.8-217 
 </pre> 



 ######## my env/info ###### 

 <pre> 
 # radosgw-admin    zonegroup list  
 { 
     "default_info": "90e0fb71-6938-43be-9e92-4ec4afbdaf3d", 
     "zonegroups": [ 
         "default" 
     ] 
 } 
 </pre> 

 <pre> 
 # radosgw-admin    zonegroup get --rgw-zonegroup=default 
 { 
     "id": "90e0fb71-6938-43be-9e92-4ec4afbdaf3d", 
     "name": "default", 
     "api_name": "", 
     "is_master": "true", 
     "endpoints": [], 
     "hostnames": [], 
     "hostnames_s3website": [], 
     "master_zone": "79827543-8f55-41e9-acc0-8c6bcf8e1b78", 
     "zones": [ 
         { 
             "id": "79827543-8f55-41e9-acc0-8c6bcf8e1b78", 
             "name": "default", 
             "endpoints": [], 
             "log_meta": "false", 
             "log_data": "false", 
             "bucket_index_max_shards": 0, 
             "read_only": "false", 
             "tier_type": "", 
             "sync_from_all": "true", 
             "sync_from": [] 
         } 
     ], 
     "placement_targets": [ 
         { 
             "name": "default-placement", 
             "tags": [] 
         } 
     ], 
     "default_placement": "default-placement", 
     "realm_id": "" 
 } 
 </pre> 

 <pre> 
 # conf 
 [client.rgw.client1] 
 rgw_frontends = fastcgi 
 rgw_thread_pool_size = 512 
 rgw_socket_path = /var/run/ceph/ceph-client.rgw.client1.sock 
 rgw_content_length_compat = true 
 rgw_print_continue = false 
 rgw zone = default 
 rgw region = default 
 </pre> 

Back