]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases/octopus.rst: add nvme self-classify release note
authorNathan Cutler <ncutler@suse.com>
Tue, 19 May 2020 13:43:35 +0000 (15:43 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 19 May 2020 13:43:35 +0000 (15:43 +0200)
The release note about OSDs self-classifying themselves as "nvme" in
certain rare cases was added to PendingReleaseNotes by
1d0fd5603e9fd74d54d41b7c4895f9e41c510c29 but it never found its way into
the official v15.2.0 release notes.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
PendingReleaseNotes
doc/releases/octopus.rst

index e85f640afcb4c251e794c705958a7a30cc6c5b6b..e6bf1e82314fca3e55e976a60c49f700cc8a8c99 100644 (file)
@@ -3,13 +3,6 @@
 
 * CVE-2020-10736: Fixes an authorization bypass in monitor and manager daemons
 
-* In certain rare cases, OSDs would self-classify themselves as type
-  'nvme' instead of 'hdd' or 'ssd'.  This appears to be limited to
-  cases where BlueStore was deployed with older versions of ceph-disk,
-  or manually without ceph-volume and LVM.  Going forward, the OSD
-  will limit itself to only 'hdd' and 'ssd' (or whatever device class the user
-  manually specifies).
-
 * RGW: a mismatch between the bucket notification documentation and the actual
   message format was fixed. This means that any endpoints receiving bucket 
   notification, will now receive the same notifications inside an JSON array
index 5df76fcafb05ab1c28dec7058ac24fd7e1de4311..c0b7369a0ffdd0e23be65e0b33a95888968274fd 100644 (file)
@@ -685,6 +685,13 @@ Upgrade compatibility notes
   tools. Specifying obect size is now accomplished by using an 
   upper-case O ``-O``.
 
+* In certain rare cases, OSDs would self-classify themselves as type
+  'nvme' instead of 'hdd' or 'ssd'.  This appears to be limited to
+  cases where BlueStore was deployed with older versions of ceph-disk,
+  or manually without ceph-volume and LVM.  Going forward, the OSD
+  will limit itself to only 'hdd' and 'ssd' (or whatever device class o
+  the user manually specifies).
+
 
 Changelog
 ---------