The documentation says that the values of data and db for ceph_disks is a path, which is only recommended to be under /dev/disk/by-id/.
However, apperently it is expected to be a disk UUID.
This makes it impossible use devices that do not have UUID, such as /dev/bcache0.
The documentation says that the values of
dataanddbforceph_disksis a path, which is only recommended to be under/dev/disk/by-id/.However, apperently it is expected to be a disk UUID.
This makes it impossible use devices that do not have UUID, such as
/dev/bcache0.