GitHub user JoaoJandre added a comment to the discussion: What does Snapshots, Backups, and Incremental Snapshots mean in CloudStack
As far as I know, up until Libvirt version 9 it is not possible: ``` ❯ virsh snapshot-create-as --domain 2 --name test --disk-only --live --diskspec vda,snapshot=internal error: Operation not supported: live snapshot creation is supported only during full system snapshots ❯ virsh snapshot-create-as --domain 2 --name test --disk-only --diskspec vda,snapshot=internal error: unsupported configuration: active qemu domains require external disk snapshots; disk vda requested internal ❯ virsh --version 9.0.0 ``` But from my brief research, it could be available in the future (see https://lists.libvirt.org/archives/list/[email protected]/thread/3RUFKPWNGOQNYY6QWLH34LA4GEXSC7M6/) GitHub link: https://github.com/apache/cloudstack/discussions/12475#discussioncomment-16397847 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
