You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the snapshot (or the whole standalone domain), created with make standalone; make standalone_snapshot is saved in a directory that is removed by crc delete.
It then fails with:
$ make standalone_revert
virsh --connect=qemu:///system snapshot-revert --domain edpm-compute-0 --snapshotname clean
error: Cannot access storage file '/home/ospng/.crc/machines/crc/edpm-compute-0.qcow2' (as uid:107, gid:107): No such file or directory
make: *** [Makefile:451: standalone_revert] Error 1
The text was updated successfully, but these errors were encountered:
Looks like the snapshot (or the whole standalone domain), created with
make standalone; make standalone_snapshot
is saved in a directory that is removed by crc delete.It then fails with:
The text was updated successfully, but these errors were encountered: