Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM Snapshots #1331

Closed
wants to merge 20 commits into from
Closed

VM Snapshots #1331

wants to merge 20 commits into from

Conversation

SimonFair
Copy link
Contributor

@SimonFair SimonFair commented May 7, 2023

Following added to go file.

rm -r /var/lib/libvirt/qemu/snapshot/
ln -fs /etc/libvirt/qemu/snapshot/ /var/lib/libvirt/qemu/

This needs to be created in the libvirt disk image.

mkdir /etc/libvirt/qemu/snapshot/

image

QEMU Functions added Snapshot(External) and Revert(External) for VMs not running. Revert will delete snapshots and metadata.

Options to be looked at adding
Integrate with file system snapshots(Manual i.e. not QEMU)

@SimonFair SimonFair marked this pull request as ready for review June 4, 2023 15:49
@SimonFair SimonFair marked this pull request as draft June 4, 2023 15:50
@SimonFair
Copy link
Contributor Author

image
image

@SimonFair SimonFair changed the title VM Snapshots(Preview) VM Snapshots Aug 4, 2023
@SimonFair SimonFair marked this pull request as ready for review September 9, 2023 10:51
@SimonFair SimonFair marked this pull request as draft September 14, 2023 15:32
@SimonFair SimonFair closed this Sep 25, 2023
@SimonFair SimonFair deleted the Snapshots branch November 12, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant