...
Let's verify that this is a Bluestore OSD:
#
...
ceph
...
osd
...
metadata
...
14
...
|
...
grep
...
osd_ob
"osd_objectstore":
...
"bluestore",
Let's
...
find
...
the
...
relevant
...
devices:
[root@c-osd-5 /]# ceph-bluestore-tool show-label --path /var/lib/ceph/osd/ceph-14/
infering bluefs devices from bluestore path
{
"/var/lib/ceph/osd/ceph-14//block": {
"osd_uuid": "d14443ed-2f7d-4bbc-8cdf-f55c7e00a9b5",
"size": 107369988096,
"btime": "2019-01-30 16:33:54.429292",
"description": "main",
"bluefs": "1",
"ceph_fsid": "7a8cb8ff-562b-47da-a6aa-507136587dcf",
"kv_backend": "rocksdb",
"magic": "ceph osd volume v026",
"mkfs_done": "yes",
"osd_key": "AQDWw1Fc6g0zARAAy97VirlJ+wC7FmjlM0w3aQ==",
"ready": "ready",
"whoami": "14"
},
"/var/lib/ceph/osd/ceph-14//block.db": {
"osd_uuid": "d14443ed-2f7d-4bbc-8cdf-f55c7e00a9b5",
"size": 53687091200,
"btime": "2019-01-30 16:33:54.432415",
"description": "bluefs db"
}
}
...