Comment 14 for bug 1997581

Revision history for this message
Felipe Reyes (freyes) wrote :

the logs from IPA ( https://bugs.launchpad.net/charm-ironic-api/+bug/1997581/comments/11 ) are from November 28th, so we can't correlate them with radosgw.

Although I was able to do some digging on radosgw:

I see just 1 request url (with 381 hits) that seems to be coming from ipa

$ grep GET ceph-client.rgw.iadaz02sasgtw0*.log | awk '{print $11}' | sort | uniq -c
...
    381 /swift/v1/AUTH_2815f61d907a424d86503e5e94f2d27b/glance/6a7f827d-b10f-4f07-be0c-d510fa4415a4?temp_url_sig=467d0136a17c2b5644d61cb4043a122a448b181c&temp_url_expires=1673623768
...

There are 189 requests per unit that returned a 401 error, and only 3 requests succeeded (code 200 on GET)

$ grep 467d0136a17c2b5644d61cb4043a122a448b181 ceph-client.rgw.iadaz02sasgtw01.log | awk '{print $10, $13}' | sort | uniq -c
      1 "GET 200
    189 "GET 401
$ grep 467d0136a17c2b5644d61cb4043a122a448b181 ceph-client.rgw.iadaz02sasgtw02.log | awk '{print $10, $13}' | sort | uniq -c
      2 "GET 200
    189 "GET 401
      1 "HEAD 200

it would be great to have sosreports from radosgw units to check other aspects of the system.