January 2019
Intermediate to advanced
606 pages
15h 1m
English
To demonstrate RBD cloning, we will intentionally create an RBD image (specifying the layering feature) then create and protect its snapshot, and finally, create COW clones out of it:
# rbd create rbd2 --size 10240 --image-feature layering --name client.rbd # rbd info --image rbd2 --name client.rbd

# rbd snap create rbd/rbd2@snapshot_for_cloning --name client.rbd
Read now
Unlock full access