]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: note about the removal of 'nvme' class 31796/head
authorSage Weil <sage@redhat.com>
Fri, 22 Nov 2019 21:33:13 +0000 (15:33 -0600)
committerSage Weil <sage@redhat.com>
Fri, 22 Nov 2019 21:33:13 +0000 (15:33 -0600)
There isn't much to say here since this really shouldn't be happening in
the wild.

Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes

index 4b99afe14ee4ba95ae045fec5518f92fa45e945b..859dd60e75337ac93847640efc41a8aabe21b85c 100644 (file)
   its orignal behaviour of indicating an output file. This reverts it to a more
   consisten behaviour when compared to other 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 'ssh'.  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).