]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: forward input data when forwarding set_bucket_version to master 11367/head
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 1 Jul 2016 00:36:16 +0000 (17:36 -0700)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 7 Oct 2016 13:48:54 +0000 (09:48 -0400)
commit83a91baff05f03f907fb80702ae1c68194b5308b
tree7b02542ac0c90daa4306948439952c997c7815ed
parent0986aff2aafdf64847a7e9608abb84edaea59eb1
rgw: forward input data when forwarding set_bucket_version to master

Fixes: http://tracker.ceph.com/issues/16494
Needed to keep input data around to be forwarded correctly. Also, master
does not send any data back, so don't try to parse anything.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 1eec00bef1e5540bf3e31d1f8fb1645eb64b1e62)
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_rest_s3.cc