Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Part II. Snapshots
A snapshot is a read-only copy of the state of an image at a particular point in time. One of the advanced features of Ceph block devices is that you can create snapshots of the images to retain a history of an image’s state. Ceph also supports snapshot layering, which allows you to clone images (e.g. a VM image) quickly and easily. Ceph supports block device snapshots using the rbd command and many higher level interfaces, including QEMU, libvirt,OpenStack and CloudStack.
To use RBD snapshots, you must have a running Ceph cluster.
STOP I/O BEFORE taking a snapshot of an image. If the image contains a filesystem, the filesystem must be in a consistent state BEFORE taking a snapshot.