luminous: rgw: policy fix for nonexistent objects#29153
Conversation
93aaf89 to
5af20b4
Compare
|
looks like you haven't done a |
|
Hi, As I understand it (I'm not a git expert) this can't be cherry-picked, because the patch in pr27309 doesn't apply cleanly on Luminous - Would it be acceptable instead if I include the "cherry picked from ..." text that would have been included in the commit message? Thanks, |
Well, you can |
5af20b4 to
8b55c69
Compare
|
Thanks for your patience while I try to get this into shape! I believe I've done the cherry-pick as you asked. |
|
@davebiffuk The commit message is not quite right. We have a "best practice" that says, when cherry-picking, do not edit the original commit message. The cherry-picked commit message can be divided into three parts: (1) the part before the (1) is expected to be an exact copy of the original commit message (generated automatically by git - the idea is to not touch this part at all) If you think it's warranted, (3) can also include any other information you deem to add, such as your |
|
make check is shown as "Pending - running" but in reality it succeeded 17 hours ago. |
… object that is non-existent. Fixes http://tracker.ceph.com/issues/38638 Signed-off-by: Pritha Srivastava <prsrivas@redhat.com> (cherry picked from commit 5eb50b7) Conflicts: src/rgw/rgw_op.cc bucket_policy.verify_permission has slightly different arguments
8b55c69 to
a752b21
Compare
|
@smithfarm Thanks for the pointers. Forgive my inexperience - I wasn't trying to take Pritha's credit, just record my name for future "blame" (or otherwise). But I guess git records that? I believe I've got the commit message correct now. |
|
@davebiffuk Commit message looks good now - thanks. You can add your |
I have seen PR descriptions with a single backport tracker URL mentioned twice. When backport-resolve-issue hit one of these, it would say: Found backport tracker: https://tracker.ceph.com/issues/39272 Found backport tracker: https://tracker.ceph.com/issues/39272 ----------------------------------------------------------------- INFO:root:Tracker https://tracker.ceph.com/issues/39272 links to PR ceph#29153 INFO:root:Backport Tracker 39272 target version already populated with correct value v12.2.13 INFO:root:Backport Tracker 39272 status is already set to Resolved ----------------------------------------------------------------- INFO:root:Tracker https://tracker.ceph.com/issues/39272 links to PR ceph#29153 INFO:root:Backport Tracker 39272 target version already populated with correct value v12.2.13 INFO:root:Backport Tracker 39272 status is already set to Resolved ================================================================= This commit fixes the issue. Signed-off-by: Nathan Cutler <ncutler@suse.com>
https://tracker.ceph.com/issues/39272
rgw: backport of #27309 - policy fix for nonexistent objects
This is the patch from #27309, backported to Luminous.
Fixes: https://tracker.ceph.com/issues/39272
Signed-off-by: Dave Holland dh3@sanger.ac.uk