January 2019
Intermediate to advanced
606 pages
15h 1m
English
Let's see how a snapshot works with Ceph:
To test the snapshot functionality of Ceph, let's create a file on the block device that we created earlier:
# echo "Hello Ceph This is snapshot test" > /mnt/ceph-disk1/snapshot_test_file

# rbd snap create <pool name>/<image name>@<snap name> # rbd snap create rbd/rbd1@snapshot1
# rbd snap ls <pool name>/<image name> # rbd snap ls rbd/rbd1
Read now
Unlock full access