Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每个人。
根据 Sage A. Weil 的论文,Ceph 使用 EBOFS 作为其 OSD 的文件系统。但是,我查看了 Ceph 的源代码,几乎找不到任何 EBOFS 的代码。Ceph 是否仍在使用 EBOFS 或已选择为单个 OSB 使用其他类型的文件系统?
谢谢:-)
EBOFS 多年前已被弃用。那么 osd 文件存储后端的默认 fs 多年来一直是 btrfs,btrfs 那时并不稳定,ceph 社区将其更改为 xfs 作为默认 fs 直到现在。
filestore 层针对 HDD Now 社区开发了一个新的 objectstore 层,名为 bluestore,专为 SSD 等高速存储磁盘而设计