You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The snapshot is created using libvirt, but the revert process uses qemu-img commands directly.
I think that we should use only libvirt's api for managing snapshot, and both live/dead snapshots should be supported.
For implementing dead snapshots, we will have to change the domain type from transient to persistent, since transient domains get undefined when shutting them down.
The text was updated successfully, but these errors were encountered:
libvirt
, but the revert process usesqemu-img
commands directly.I think that we should use only
libvirt
's api for managing snapshot, and both live/dead snapshots should be supported.For implementing dead snapshots, we will have to change the domain type from
transient
topersistent
, sincetransient
domains get undefined when shutting them down.The text was updated successfully, but these errors were encountered: