技术栈

bcache

gengduc
2 年前
linux·运维·服务器·ceph·bcache
在Bcache上启动OSD报unable to read osd superblock错误使用Bcache加速块设备,在上述环境中创建Bcache,并在Bcache上创建OSD。但是systemctl restart [email protected]时失败,/var/log/ceph/ceph-osd.0.log日志如下:
gengduc
2 年前
linux·ceph·bcache
Linux块设备缓存Bcache使用Bcache是Linux内核块层cache,它使用SSD来作为HDD硬盘的cache,从而起到加速作用。Bcache内核模块仅在Linux 3.10及以上版本支持,因此使用Bcache,需要将内核升级到3.10及以上版本,并在内核配置项中打开Bcache模块。