Hi Caspar, David is correct, in that the issue I was having with SSD OSD’s having NVMe bluefs_db reporting as HDD creating an artificial throttle based on what David was mentioning, a prevention to keep spinning rust from thrashing. Not sure if the journal_rotational bit should be 1, but either way, it shouldn’t affect you being hdd OSDs. Curious how these OSD’s were deployed, per the below part of the message. Copying Alfredo, as I’m not sure if something changed with respect to ceph-volume in 12.2.2 (when this originally happened) to 12.2.5 (I’m sure plenty did), because I recently had an NVMe drive fail on me unexpectedly (curse you Micron), and had to nuke and redo some SSD OSDs, and it was my first time deploying with ceph-deploy after the ceph-disk deprecation. The new OSD’s appear to report correctly wrt to the rotational status, where the others did not. So that appears to be working correctly, just wanted to provide some positive feedback there. Not sure if there’s an easy way to change those metadata tags on the OSDs, so that I don’t have to inject the args every time I need to reweight. Also feels like journal_rotational wouldn’t be a thing in bluestore? ceph osd metadata |grep ‘id\|model\|type\|rotational’ "id": 63, "bluefs_db_model": "MTFDHAX1T2MCF-1AN1ZABYY", "bluefs_db_rotational": "0", "bluefs_db_type": "nvme", "bluefs_slow_model": "", "bluefs_slow_rotational": "0", "bluefs_slow_type": "ssd", "bluestore_bdev_model": "", "bluestore_bdev_rotational": "0", "bluestore_bdev_type": "ssd", "journal_rotational": "1", "rotational": "0" "id": 64, "bluefs_db_model": "INTEL SSDPED1D960GAY ", "bluefs_db_rotational": "0", "bluefs_db_type": "nvme", "bluefs_slow_model": "", "bluefs_slow_rotational": "0", "bluefs_slow_type": "ssd", "bluestore_bdev_model": "", "bluestore_bdev_rotational": "0", "bluestore_bdev_type": "ssd", "journal_rotational": "0", "rotational": "0" osd.63 being one deployed using ceph-volume lvm in 12.2.2 and osd.64 being redeployed using ceph-deploy in 12.2.5 using ceph-volume backend. Reed
|
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com