- 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.
- 大數(shù)據(jù)技術(shù)與應(yīng)用基礎(chǔ)
- 數(shù)據(jù)展現(xiàn)的藝術(shù)
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時代不能不說的事
- 現(xiàn)代測控電子技術(shù)
- 協(xié)作機(jī)器人技術(shù)及應(yīng)用
- Learning Social Media Analytics with R
- Java開發(fā)技術(shù)全程指南
- Kubernetes for Serverless Applications
- 單片機(jī)技術(shù)一學(xué)就會
- Practical Big Data Analytics
- 電腦故障排除與維護(hù)終極技巧金典
- Linux常用命令簡明手冊
- 傳感器應(yīng)用技術(shù)
- 歐姆龍CP1系列PLC原理與應(yīng)用
- 從實(shí)踐中學(xué)嵌入式Linux操作系統(tǒng)