-
Notifications
You must be signed in to change notification settings - Fork 279
Revert "rgw/admin: Fix version check for return code" #1114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I'll leave it here until the underlying fixes from ceph gets into tentacle branch. |
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
b8a9011 to
3116459
Compare
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
3116459 to
ba3690f
Compare
|
So the regression itself got into the squid branch and thus |
|
@Mergifyio rebase |
This reverts commit 39e5ac0. The regression itself is getting fixed[1] from Ceph side. Therefore the earlier version adjustments won't be required anymore. [1] https://tracker.ceph.com/issues/71159
✅ Branch has been successfully rebased |
ba3690f to
848b0e1
Compare
|
I guess it is more meaningful to see failures on Therefore I suggest to merge the revert and wait for the regression fix to land in corresponding branches ( |
phlogistonjohn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it is more meaningful to see failures on pre-tentacle and pre-squid. At least, for me, the current failures on main and pre-squid are little confusing because one has to digest the underlying version check to make sure that it is the expected failure.
Therefore I suggest to merge the revert and wait for the regression fix to land in corresponding branches (tentacle and squid). Additionally we could file an issue so that we don't forget in future about these failures until necessary fixes are in place.
Fine by me. Approved.
This reverts commit 39e5ac0.
The regression itself is getting fixed from Ceph side. Therefore the earlier version adjustments won't be required anymore.