发布于 2017-08-17 00:21:44 | 222 次阅读 | 评论: 0 | 来源: 网友投递
Ceph PB 级分布式文件系统
Ceph是一个 Linux PB 级分布式文件系统。Ceph 最初是一项关于存储系统的 PhD 研究项目,由 Sage Weil 在 University of California, SantaCruz(UCSC)实施。
Ceph Luminous 的第五个 RC 版 v12.1.4 RC 发布了。Ceph 是加州大学 Santa Cruz 分校的 Sage Weil(DreamHost 的联合创始人)专为博士论文设计的新一代自由软件分布式文件系统。自 2007 年毕业之后,Sage 开始全职投入到 Ceph 开发之中,使其能适用于生产环境。Ceph 的主要目标是设计成基于 POSIX 的没有单点故障的分布式文件系统,使数据能容错和无缝的复制。
该版本修复了前面的RC版出现的bug,主要更新内容如下:
General:
Ceph now has a simple, built-in web-based dashboard for monitoring cluster status.
RADOS:
The new BlueStore backend for ceph-osd is now stable and the
new default for newly created OSDs. BlueStore manages data
stored by each OSD by directly managing the physical HDDs or
SSDs without the use of an intervening file system like XFS.
This provides greater performance and features. See
Storage Devices and
BlueStore Config Reference.
BlueStore supports full data and metadata checksums of all
data stored by Ceph.
BlueStore supports inline compression using
zlib, snappy, or LZ4. (Ceph also supports zstd for RGW compression but zstd is not recommended for
BlueStore for performance reasons.)
BlueStore:
Erasure coded pools now have full support for overwrites,
allowing them to be used with RBD and CephFS.
……
该新版本更新内容较多,完整内容请查看发行说明。