I want to create virsh snapshot that does not create any files, just keeps it in the same .qcow2 file.
Basically the same thing that virt-manager does in the 'Manager VM Snapshots' page.
How can I do that?
I want to create virsh snapshot that does not create any files, just keeps it in the same .qcow2 file.
Basically the same thing that virt-manager does in the 'Manager VM Snapshots' page.
How can I do that?
sudo virsh snapshot-create-as YOUR-VM-NAME --name NEW-SNAPSHOT-NAME