error: Requested operation is not valid: Disk .. does not support snapshotting
When I first tried virsh snapshot, I too got the same error. But it was easy to understand why I got that. It is nothing but the image format was “raw’. The snapshot feature depends on qemu to perform its operation.. For the qemu to work , the image format should be “qcow2“.. [terminal] [root@dhcp210-84 …