diff options
author | Yehuda Sadeh <yehuda@inktank.com> | 2013-07-22 23:27:01 +0200 |
---|---|---|
committer | Yehuda Sadeh <yehuda@inktank.com> | 2013-07-22 23:44:39 +0200 |
commit | 165b0d0a9c127eb8ce232f6bc7bbf3eba7dc03d7 (patch) | |
tree | b31e9499782d02bac2acf56bd6619a8a7e615821 /PendingReleaseNotes | |
parent | rgw: add some comments (diff) | |
download | ceph-165b0d0a9c127eb8ce232f6bc7bbf3eba7dc03d7.tar.xz ceph-165b0d0a9c127eb8ce232f6bc7bbf3eba7dc03d7.zip |
PendingReleaseNotes: update about new rgw copy obj response
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index a9880942b5a..7a9adf7293e 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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. |