Re: Optane 900P device class automatically set to SSD not NVME

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Aug 1, 2018 at 4:33 AM, Jake Grimmett <jog@xxxxxxxxxxxxxxxxx> wrote:
> Dear All,
>
> Not sure if this is a bug, but when I add Intel Optane 900P drives,
> their device class is automatically set to SSD rather than NVME.

Not sure if we can't really tell apart SSDs from NVMe devices, but you
can use the --crush-device-class flag to force it to NVME:

    ceph-volume lvm prepare --bluestore --data /dev/nvme0n1
--crush-device-class=nvme


>
> This happens under Mimic 13.2.0 and 13.2.1
>
> [root@ceph2 ~]# ceph-volume lvm prepare --bluestore --data /dev/nvme0n1
>
> (SNIP see http://p.ip.fi/eopR for output)
>
> Check...
> [root@ceph2 ~]# ceph osd tree | grep "osd.1 "
>   1   ssd    0.25470         osd.1       up  1.00000 1.00000
>
> Fix is easy
> [root@ceph2 ~]# ceph osd crush rm-device-class osd.1
> done removing class of osd(s): 1
>
> [root@ceph2 ~]# ceph osd crush set-device-class nvme osd.1
> set osd(s) 1 to class 'nvme'
>
> Check...
> [root@ceph2 ~]# ceph osd tree | grep "osd.1 "
>   1  nvme    0.25470         osd.1       up  1.00000 1.00000
>
>
> Thanks,
>
> Jake
> _______________________________________________
> ceph-users mailing list
> ceph-users@xxxxxxxxxxxxxx
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux