How to manage CRC Cluster configuration snapshots. #2907
-
Hi, I found CRC really usefull for testing & development. But, because all the cluster and deployments are running in the local host, resources are limited and very soon you reach the limits. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We do not handle snapshots as crc by itself is meant as an ephemeral setup.
For more see: https://libvirt.org/manpages/virsh.html#snapshot-commands Note: this can have effect on the way the CRC command works, as when a snapshot exists the VM can not be deleted using the regular
|
Beta Was this translation helpful? Give feedback.
We do not handle snapshots as crc by itself is meant as an ephemeral setup.
You could however rely on
virsh
to make snapshots (on Linux), but that would be handled outside of CRC.For more see: https://libvirt.org/manpages/virsh.html#snapshot-commands
Note: this can have effect on the way the CRC command works, as when a snapshot exists the VM can not be deleted using the regular
crc delete
command. This is because the snapshots are in a different location from the actual VM. In that case you would need to delete each snapshot and associated metadata first: