]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: restore buffer of multipart upload after EEXIST 4661/head
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 12 May 2015 23:40:10 +0000 (16:40 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 13 May 2015 00:23:35 +0000 (17:23 -0700)
commit580ccaec12daae64c38a1616d0be907bdd70a888
treeec2ae467049cc1a6fcbe8dd51c0796fab155145e
parentb29cc4c18e53515302dd3b21717f973e8f98487b
rgw: restore buffer of multipart upload after EEXIST

Fixes #11604
Backport: hammer, firefly

When we need to restart a write of part data, we need to revert to
buffer to before the write, otherwise we're going to skip some data.

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