]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: don't try to read beyong object size
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 25 Oct 2018 22:32:16 +0000 (15:32 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 4 Jan 2019 03:00:22 +0000 (19:00 -0800)
commitc451928019e7a4fa7184833836ed30a9879dc509
tree80ad33e84ed3e381d285516f6d24f01d0f031d52
parentdcc3c0c87337b54afa20e7db85ede84e9661f471
rgw: don't try to read beyong object size

Otherwise even if we prefetch all the data, we'd try to issue another
request to read the rest of the object.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_rados.cc