Bug 1855380
| Summary: | rgw: incorporate fixes in rgw-orphan-list script from upstream 5.0 | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | J. Eric Ivancich <ivancich> | |
| Component: | RGW | Assignee: | J. Eric Ivancich <ivancich> | |
| Status: | CLOSED ERRATA | QA Contact: | Vivekanandan K <vivk> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.0 | CC: | cbodley, ceph-eng-bugs, ceph-qe-bugs, kbader, mbenjamin, sweil, tchandra, tserlin | |
| Target Milestone: | --- | |||
| Target Release: | 5.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | ceph-15.2.4-16.el8cp | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1855382 (view as bug list) | Environment: | ||
| Last Closed: | 2021-08-30 08:26:04 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
|
Description
J. Eric Ivancich
2020-07-09 17:50:39 UTC
two commits cherry-picked to ceph-5.0-rhel-patches Verified on 5.0:
```[cephuser@ceph-s3cmd-1622612004024-node5-osd-rgw ~]$ rgw-orphan-list
Available pools:
device_health_metrics
.rgw.root
default.rgw.log
default.rgw.control
default.rgw.meta
default.rgw.buckets.index
default.rgw.buckets.data
Which pool do you want to search for orphans? default.rgw.buckets.index
Pool is "default.rgw.buckets.index".
Note: output files produced will be tagged with the current timestamp -- 20210604051544.
running 'rados ls' at Fri Jun 4 01:15:53 EDT 2021
running 'radosgw-admin bucket radoslist' at Fri Jun 4 01:15:53 EDT 2021
computing delta at Fri Jun 4 01:15:54 EDT 2021
341 potential orphans found out of a possible 341 (100%).
The results can be found in './orphan-list-20210604051544.out'.
Intermediate files are './rados-20210604051544.intermediate' and './radosgw-admin-20210604051544.intermediate'.
***
*** WARNING: This is EXPERIMENTAL code and the results should be used
*** only with CAUTION!
***
Done at Fri Jun 4 01:15:54 EDT 2021.```
Ceph version details:
```[cephuser@ceph-s3cmd-1622612004024-node5-osd-rgw ~]$ ceph --version
ceph version 16.2.0-46.el8cp (66a64d4057b4d63ac87706a71f1a92d88d700515) pacific (stable)
```
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat Ceph Storage 5.0 bug fix and enhancement), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:3294 |