[FR] GC introspection and debugging #828
Labels
area/rgw-sfs
RGW & SFS related
kind/enhancement
Change that positively impacts existing code
severity/normal
Regular issue, some non-major loss of functionality under specific circumstances
triage/next-candidate
This could be moved to the next milestone
Is your feature request related to a problem? Please describe.
GC is our most important maintanance process. Since we use soft deletion it is highly important that we can check and introspect GC to see if it works as we expect.
If we deleted a lot and PUTs still get quota errors we should be able to find out the state of garbage and garbage collection either by logs or a status page.
Describe the solution you'd like
A status page showing stats about current garbage (open, deleted, etc objects / buckets). Garbage collection stats like elapsed time, trigger, last run, next scheduled run.
A concise log line with high level on every gc run with:
The text was updated successfully, but these errors were encountered: