- 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.
- 嵌入式系統(tǒng)應(yīng)用
- Dreamweaver 8中文版商業(yè)案例精粹
- 物聯(lián)網(wǎng)與云計(jì)算
- 計(jì)算機(jī)網(wǎng)絡(luò)應(yīng)用基礎(chǔ)
- INSTANT Varnish Cache How-to
- Multimedia Programming with Pure Data
- Ceph:Designing and Implementing Scalable Storage Systems
- Docker High Performance(Second Edition)
- Cloudera Administration Handbook
- 我也能做CTO之程序員職業(yè)規(guī)劃
- 過程控制系統(tǒng)
- Creating ELearning Games with Unity
- Apache Spark Quick Start Guide
- 伺服與運(yùn)動(dòng)控制系統(tǒng)設(shè)計(jì)
- x86/x64體系探索及編程