Recently I faced situation when I needed to create exact copy of running VM for maybe 5 minutes to test some setting in it. The common way was to create the backup via snapshot, then create new machine and "restore" this new VM from recently created backup. It is quite easy to understand but it takes time and not needed for the task as I can see this.
But if it is possible to create disks snapshots (using LVM or qcow2 features) and use these snapshots as disks for new VM? This way I'll be able to boot the new VM, check my settings in it and then off the machine and delete it and disk snapshots.
I can't find this idea in PVE wiki, so I suspect it is not that easy to implement. What I try to archive is not wait to have disks copied to backup and right after that unpack it back to disk - pretty huge time overhead, isn't it?
Please advice! I'd be happy to know it is possible by PVE core functionality but I can also do the same by writing some scripts to implement that fast and in good fashion.
Thank you!
But if it is possible to create disks snapshots (using LVM or qcow2 features) and use these snapshots as disks for new VM? This way I'll be able to boot the new VM, check my settings in it and then off the machine and delete it and disk snapshots.
I can't find this idea in PVE wiki, so I suspect it is not that easy to implement. What I try to archive is not wait to have disks copied to backup and right after that unpack it back to disk - pretty huge time overhead, isn't it?
Please advice! I'd be happy to know it is possible by PVE core functionality but I can also do the same by writing some scripts to implement that fast and in good fashion.
Thank you!