]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: release-notes.rst: fix typo and delete superfluous sentence 4796/head
authorNathan Cutler <ncutler@suse.com>
Thu, 28 May 2015 17:29:58 +0000 (19:29 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 28 May 2015 17:29:58 +0000 (19:29 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/release-notes.rst

index 40d007342c532451566c8faeb303c936d118b84b..432c43f81d1cd398a13e8fdcdb9e50c444f54834 100644 (file)
@@ -190,11 +190,11 @@ Notable changes
 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)::
+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. In order to be able to access objects that start with an
+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]