]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: swift: fix: https://tracker.ceph.com/issues/37765 30135/head
authoran.groshev <an.groshev@tensor.ru>
Tue, 15 Jan 2019 12:57:34 +0000 (15:57 +0300)
committerNathan Cutler <ncutler@suse.com>
Sun, 8 Sep 2019 09:51:58 +0000 (11:51 +0200)
commit14f982b2f01b389c69e8f1da5cc2ac454c9a6eb2
treebaf406c8177b7f95a6284a3023c67657ab415d34
parent692a678a00919bcce61c0ee46a3adbdeee8265e9
rgw: swift: fix: https://tracker.ceph.com/issues/37765

The meaning is as follows:
iterate_slo_parts() set end offset equal to the size of the segment,
but  RGWRados::iterate_obj args wait offset not size.

Signed-off-by: Andrey Groshev <an.groshev@tensor.ru>
(cherry picked from commit 9cbbd63776cfcbcd8011f77be15313ee8d9bc373)

Conflicts:
src/rgw/rgw_op.cc
- where master has "ldpp_dout(this, X)", mimic uses "ldout(s->cct, X)"
src/rgw/rgw_op.cc