- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 259字
- 2021-07-02 23:19:10
Working with RBD clones
Ceph supports a very nice feature for creating Copy-On-Write (COW) clones from RBD snapshots. This is also known as snapshot layering in Ceph. Layering allows clients to create multiple instant clones of Ceph RBD. This feature is extremely useful for cloud and virtualization platforms such as OpenStack, CloudStack, Qemu/KVM, and so on. These platforms usually protect Ceph RBD images containing an OS/VM image in the form of a snapshot. Later, this snapshot is cloned multiple times to spawn new virtual machines / instances. Snapshots are read-only, but COW clones are fully writable; this feature of Ceph provides a greater level of flexibility and is extremely useful in cloud platforms. In the later chapters, we will discover more on COW clones for spawning OpenStack instances:

Every cloned image (child image) stores references of its parent snapshot to read image data. Hence, the parent snapshot should be protected before it can be used for cloning. At the time of data writing on the COW cloned image, it stores new data references to itself. COW cloned images are as good as RBD. They are quite flexible like RBD, which means that they are writable, resizable, and support snapshots and further cloning.
In Ceph RBD, images are of two types: format-1 and format-2. The RBD snapshot feature is available on both types, that is, in format-1 as well as in format-2 RBD images. However, the layering feature (the COW cloning feature) is available only for the RBD image with format-2. The default RBD image format in Jewel is format-2.
- PostgreSQL 11 Server Side Programming Quick Start Guide
- 程序設(shè)計(jì)缺陷分析與實(shí)踐
- Hands-On Neural Networks with Keras
- 離散事件系統(tǒng)建模與仿真
- 大數(shù)據(jù)技術(shù)入門(mén)(第2版)
- Mastering Elastic Stack
- 大數(shù)據(jù)驅(qū)動(dòng)的設(shè)備健康預(yù)測(cè)及維護(hù)決策優(yōu)化
- JavaScript典型應(yīng)用與最佳實(shí)踐
- Storm應(yīng)用實(shí)踐:實(shí)時(shí)事務(wù)處理之策略
- Prometheus監(jiān)控實(shí)戰(zhàn)
- 分析力!專業(yè)Excel的制作與分析實(shí)用法則
- 網(wǎng)絡(luò)存儲(chǔ)·數(shù)據(jù)備份與還原
- 中文版AutoCAD 2013高手速成
- Windows安全指南
- Learning Cassandra for Administrators