Zvirt takes snapshots of Libvirt domains using ZFS.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Nicolas Massé 2c08663a3a e2e tests, unit tests + fixes 2 weeks ago
src e2e tests, unit tests + fixes 2 weeks ago
test e2e tests, unit tests + fixes 2 weeks ago
.gitmodules add unit tests 3 weeks ago
Makefile e2e tests 2 weeks ago
README.md initial commit 4 weeks ago

README.md

Zvirt = Libvirt ZFS snapshots

Purpose

Zvirt takes snapshots of Libvirt domains using ZFS. It supports both crash-consistent and live snapshots.

At the end, all components of a domain (Domain definition, TPM, NVRAM, VirtioFS, ZFS snapshots of the underlying storage volumes) are captured as a set of consistent ZFS snapshots.

Features

  • Take snapshots of Libvirt domains using ZFS.
  • Support both crash-consistent and live snapshots.
  • Support batch mode (pause all domains, take snapshots, then resume all domains)

License

MIT License

Author

Nicolas Massé