]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: forward input data when forwarding set_bucket_version to master 10077/head
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 1 Jul 2016 00:36:16 +0000 (17:36 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 1 Jul 2016 01:29:51 +0000 (18:29 -0700)
commit1eec00bef1e5540bf3e31d1f8fb1645eb64b1e62
tree24f73509072c4d3dd0a2803197509938bde6fbcb
parentdd1068c54e50671d8904b99189823418a5a5bc07
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>
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_rest_s3.cc