Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/implement-rbd-snapshots-instead-of-qemu-snapshots. Description: Since Havana, Nova supports libvirt_image_type=rbd. This means that you can directly and transparently (for the user) boot VM into Ceph. However when you perform a snapshot, Nova uses QEMU snapshots, which means that you always get a full block based snapshot. With Ceph backing up all the instances disk, it is really inefficient since the backup file will go locally on the hypervisor and then will be streamed to Glance and finally uploaded into Ceph (assuming Ceph is also backing Glance). From a performance perspective, it will be way easier to use Ceph RBD snapshot directly and much faster. Specification URL (additional information): None