]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: update release notes with regard to issue #11442 recovery 4789/head
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 28 May 2015 10:02:59 +0000 (03:02 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 28 May 2015 10:07:02 +0000 (03:07 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
doc/release-notes.rst

index 95336fa4f25a05db2082d6a89e5ed9b86329133d..40d007342c532451566c8faeb303c936d118b84b 100644 (file)
@@ -187,6 +187,18 @@ Notable changes
 * rgw: restore buffer of multipart upload after EEXIST (#11604, Yehuda Sadeh)
 * rgw: merge manifests correctly when there's prefix override (#11622, Yehuda Sadeh)
 
+Upgrading from previous Hammer release
+--------------------------------------
+
+Bug #11442 introduced a change that made rgw objects that start with underscore incompatible
+with previous versions. The fix to that bug reverts to the previous behavior. The fix for that
+bug reverts the encoding to the previously used encoding. In order to be able to access objects
+that start with and underscore and were created in prior Hammer releases, following the upgrade
+it is required to run (for each affected bucket)::
+
+    $ radosgw-admin bucket check --check-head-obj-locator \
+                                 --bucket=<bucket> [--fix]
+
 
 v0.94.1 Hammer
 ==============