Bug 1660611
Summary: | Intermittent S3 bucket list and swift container list are broken after upgrading to RHCS 2.5.z2 - 10.2.10-40.el7cp | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Vikhyat Umrao <vumrao> |
Component: | RGW | Assignee: | Mark Kogan <mkogan> |
Status: | CLOSED ERRATA | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
Severity: | high | Docs Contact: | Aron Gunn <agunn> |
Priority: | medium | ||
Version: | 2.5 | CC: | aemerson, agunn, cbodley, ceph-eng-bugs, jbautist, kbader, mbenjamin, mkogan, mwatts, sweil, tchandra, tserlin, vimishra |
Target Milestone: | z4 | Keywords: | Reopened |
Target Release: | 2.5 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | RHEL: ceph-10.2.10-46.el7cp Ubuntu: ceph_10.2.10-40redhat1 | Doc Type: | Bug Fix |
Doc Text: |
.S3 Bucket and Swift Container list commands work as expected
There was an uninitialized variable that was getting accessed before it was initialized causing the variable to contain a random value. This was causing the S3 bucket and Swift container list commands to generate the following error:
----
Account not found
----
With this release, the code flow was fixed to initialize the variable before accessing it, resulting in the S3 bucket and Swift container list commands not to fail.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-04-11 13:32:56 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
Vikhyat Umrao
2018-12-18 19:39:42 UTC
I am suspecting this is happening because of some changes went into RHCS 2.5.2 code -10.2.10-40.el7cp with the help of this bug - https://bugzilla.redhat.com/show_bug.cgi?id=1516099 which has this upstream jewel PR attached - https://github.com/ceph/ceph/pull/20257. Because I checked the 2.5.z2 errata - https://access.redhat.com/errata/RHBA-2018:2651 and I only see this above bug related to swift not sure why it is causing issues for S3 maybe some change in bucket list and container list part. 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, 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/RHSA-2019:0747 |