]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: update about new rgw copy obj response 458/head
authorYehuda Sadeh <yehuda@inktank.com>
Mon, 22 Jul 2013 21:27:01 +0000 (14:27 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Mon, 22 Jul 2013 21:44:39 +0000 (14:44 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
PendingReleaseNotes

index a9880942b5a7e1c37bf22609b8426df999e4cb0e..7a9adf7293e99f69d0c06ce4d3db7162400255cc 100644 (file)
@@ -19,3 +19,9 @@ v0.67
   commandline tool.  ceph_rest_api.py can be used as a WSGI application
   for deployment in a more-capable web server.  See ceph-rest-api.8
   for more.
+
+* rgw copy object operation may return extra progress info during the
+  operation. At this point it will only happen when doing cross zone
+  copy operations. The S3 response will now return extra <Progress>
+  field under the <CopyResult> container. The Swift response will
+  now send the progress as a json array.