Project

General

Profile

Bug #19514

Updated by Radoslaw Zarzynski about 7 years ago

For following reuqest: 
 <pre> 
 rgw$ curl -i "${publicURL}" -X GET -H "X-Auth-Token: ${token}" 
  
 HTTP/1.1 204 No Content 
 X-Timestamp: 1491484911.44308 1491483511.91871 
 X-Account-Container-Count: 0 
 X-Account-Object-Count: 0 
 X-Account-Bytes-Used: 0 
 X-Account-Bytes-Used-Actual: 0 
 X-Account-Access-Control: {"read-only":["AUTH_readers"],"admin":["AUTH_alice"]} {} 
 X-Trans-Id: tx000000000000000000004-0058e640ef-8555-default tx000000000000000000002-0058e63b77-1023-default 
 Accept-Ranges: bytes 
 Content-Type: text/plain; charset=utf-8 
 Date: Thu, 06 Apr 2017 13:21:51 12:58:31 GMT 

 </pre> 

 ... in logs we have: 
 <pre> 
 2017-04-06 15:21:51.441599 7f3e4ee89700 14:58:31.917124 7f5307281700    0 NOTICE: couldn't get user attrs for handling ACL (user_id=2987047fc47840058e89e6182e0d96c3$2987047fc47840058e89e6182e0d96c3, ret=0 rgw_get_user_attrs_by_uid FAILED (ret=0) 
 </pre>

Back