Bug #12629
the arguments 'domain' should not be assigned when return false
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:
0%
Source:
other
Tags:
Backport:
hammer
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
in the function RGWREST::preprocess, if the rgw_find_host_in_domains return false, the domain may be have a wrong value.
Related issues
Associated revisions
rgw:the arguments 'domain' should not be assigned when return false
Hostnames: [B.A]
Inputs: [X.BB.A]
Return: [false]
Output: [B.A] it is wrong.
Fixes: #12629
Signed-off-by: Ruifeng Yang <149233652@qq.com>
rgw:the arguments 'domain' should not be assigned when return false
Hostnames: [B.A]
Inputs: [X.BB.A]
Return: [false]
Output: [B.A] it is wrong.
Fixes: #12629
Signed-off-by: Ruifeng Yang <149233652@qq.com>
(cherry picked from commit 9420d24c21b4e06d62f356637599c6ec8e7e3e4d)
History
#1 Updated by Ruifeng Yang about 8 years ago
master PR https://github.com/ceph/ceph/pull/5447
#2 Updated by Yehuda Sadeh about 8 years ago
- Status changed from New to Pending Backport
- Backport set to hammer
#3 Updated by Loïc Dachary about 8 years ago
- Status changed from Pending Backport to Resolved