From: Sage Weil Date: Thu, 14 Apr 2016 12:27:41 +0000 (-0400) Subject: doc/release-notes: fix rados scrub summary X-Git-Tag: v10.2.0~6^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=451af760df2301d30ad7822685632df33419afef;p=ceph.git doc/release-notes: fix rados scrub summary Signed-off-by: Sage Weil --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 9532c99eb8f8..d42b05e1842c 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -270,10 +270,8 @@ Major Changes from Infernalis * BlueStore, a new OSD backend, is included as an experimental feature. The plan is for it to become the default backend in the K or L release. - * The OSD now persists scrub results and provides a librados to - query results in detail, including the nature of inconsistencies - found, the ability to fetch alternate versions of the same - specific object (if any), and fine-grained control over repair. + * The OSD now persists scrub results and provides a librados API to + query results in detail. * We have revised our documentation to recommend *against* using ext4 as the underlying filesystem for Ceph OSD daemons due to problems supporting our long object name handling.