Backlog #3983
Live disk snapshot create support for Ceph
Status: | Closed | Start date: | 09/15/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
To avoid downtime while creating disk snaphots for VM's with ceph backed disk images it would be nice to have "live disk snapshot" (just like qcow2 drivers).
Related issues
Associated revisions
Ticket #3983: fix elastic ip association
(cherry picked from commit 6a260e1081f44cf00b9e26af5444d5b72ef5d2b6)
Ticket #3983: move instance tagging after elastic ip
also always wait for the instance to leave pending
(cherry picked from commit 5d8555b286ce97c711b9a9829cf6e936b0786279)
Ticket #3983: move tagging back to previous position
ONE_ID tagging is done after pending state change
(cherry picked from commit 429262592a1581e8bb3522bcaf89a6ae2be53cab)
History
#1 Updated by Ruben S. Montero almost 6 years ago
- Tracker changed from Feature to Backlog
- Target version set to Release 5.0
The problem behind this is either make virsh-snapshot-create support ceph; or force the KVM process to reopen the file descriptors of the virtual disk images. The latter shoul work through a virsh suspend + virsh disk-detach + ceph sanp + virsh disk-attach + virsh resume. This implies almost 0 downtime but the detach/attach operations of the root disks does not work throufh libvirt. Using qemu commands directly works but we rather wait for a libvirt solution either to reopen disks or native support.
#2 Updated by Ruben S. Montero over 5 years ago
- Status changed from Pending to Closed
- Target version deleted (
Release 5.0)
This was already implemented as part of #3362. Closing...
#3 Updated by Ruben S. Montero over 5 years ago
- Related to Feature #3362: Ceph driver tuning added