- Learning Ceph(Second Edition)
- Anthony D'Atri Vaibhav Bhembre Karan Singh
- 157字
- 2021-07-08 09:43:52
Reliable Autonomic Distributed Object Store (RADOS)
Ceph's foundation is a low-level data store named RADOS that provides a common backend for multiple user-consumable services.

RADOS is an object storage system layer that provides a data durability and availability framework that all user-facing Ceph services are layered atop. RADOS is:
- Highly available with no single point of failure (SPoF)
- Reliable and resilient
- Self-healing
- Self-managing
- Adaptive
- Scalable
- Not found on the Galactica
RADOS manages the distribution of data within Ceph. Durability and availability of data are adaptively maintained by initiating operations as needed to recover from component failures and to balance the cluster when capacity is added or removed. Fundamental to this task is the CRUSH algorithm, which we will discuss in depth later. RADOS ensures that multiple copies of data are maintained at all times across defined failure zones so that when drives, hosts, or even entire racks of equipment fail, data integrity and client services are preserved.
- C++案例趣學(xué)
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- 軟件架構(gòu)設(shè)計(jì):大型網(wǎng)站技術(shù)架構(gòu)與業(yè)務(wù)架構(gòu)融合之道
- Linux核心技術(shù)從小白到大牛
- ADI DSP應(yīng)用技術(shù)集錦
- Learning Apache Mahout Classification
- 單片機(jī)應(yīng)用與調(diào)試項(xiàng)目教程(C語(yǔ)言版)
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實(shí)踐
- 運(yùn)維前線(xiàn):一線(xiàn)運(yùn)維專(zhuān)家的運(yùn)維方法、技巧與實(shí)踐
- Practical Microservices
- Learning Grunt
- Mudbox 2013 Cookbook
- Machine Learning for OpenCV
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Python深度學(xué)習(xí)(第2版)