diff options
author | Sage Weil <sage@redhat.com> | 2016-04-14 14:27:41 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2016-04-16 14:50:31 +0200 |
commit | 451af760df2301d30ad7822685632df33419afef (patch) | |
tree | c2d88e929034c631c19147d29da6f0e4737b9eaa | |
parent | Merge pull request #8620 from yehudasa/wip-rgw-region-fixes (diff) | |
download | ceph-451af760df2301d30ad7822685632df33419afef.tar.xz ceph-451af760df2301d30ad7822685632df33419afef.zip |
doc/release-notes: fix rados scrub summary
Signed-off-by: Sage Weil <sage@redhat.com>
-rw-r--r-- | doc/release-notes.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 9532c99eb8f..d42b05e1842 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. |