Project

General

Profile

Bug #62809

Updated by Prashant D 8 months ago

RGW is returning 403 error while creating buckets but not giving much details into why it is was silently failing to create bucket. buckets. We had to debug the issue through RGW debug logs which was time consuming and not at all user friendly. Reference : https://bugzilla.redhat.com/show_bug.cgi?id=2028999. To notify end user on possible problem to write to pool, we are reporting a HEALTH_WARN if pool is empty (refer https://tracker.ceph.com/issues/57097). 

 It will be very helpful to add the possible cause for the failure to write to RGW pools in the rgw log. It will save time to debug this issue through rgw and osd debug logs. 

 Also good to add a teuthology testcase to test this scenario.   

Back