[GH-ISSUE #350] Support for running snapshots #225

Closed
opened 2026-02-27 15:57:52 +03:00 by kerem · 4 comments
Owner

Originally created by @faburem on GitHub (Aug 3, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/350

Hi,
first of all thanks for this great application (and releasing it open source!), it is better than the majority of proprietary VM management solutions I've worked with before. We have started to use it in our daily work routine and it covers 95% of our use cases. The only thing currently missing is support for taking snapshots of instances in running state, which is currently prevented by the web-interface:
Screenshot 2020-08-03 at 13 24 08
Is there a technical reason / limitation for this? Because virt-manager supports this, I am curious if we can also get this working in webvirtcloud.

Thanks for your feedback,
Fabian

Originally created by @faburem on GitHub (Aug 3, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/350 Hi, first of all thanks for this great application (and releasing it open source!), it is better than the majority of proprietary VM management solutions I've worked with before. We have started to use it in our daily work routine and it covers 95% of our use cases. The only thing currently missing is support for taking snapshots of instances in running state, which is currently prevented by the web-interface: <img width="892" alt="Screenshot 2020-08-03 at 13 24 08" src="https://user-images.githubusercontent.com/11456790/89178126-3edd0a80-d58d-11ea-906c-f6cba2a370b0.png"> Is there a technical reason / limitation for this? Because virt-manager supports this, I am curious if we can also get this working in webvirtcloud. Thanks for your feedback, Fabian
kerem closed this issue 2026-02-27 15:57:52 +03:00
Author
Owner

@catborise commented on GitHub (Aug 3, 2020):

thanks...
yes we can take snapshots although instance is running. but taking snapshots offline more healthy and fast.
if the ram size is big, taking live snapshot can be run out of time. to prevent that we disable it.

<!-- gh-comment-id:668022723 --> @catborise commented on GitHub (Aug 3, 2020): thanks... yes we can take snapshots although instance is running. but taking snapshots offline more healthy and fast. if the ram size is big, taking live snapshot can be run out of time. to prevent that we disable it.
Author
Owner

@catborise commented on GitHub (Aug 3, 2020):

i am waiting external snapshot support. soon libvirt will support it. external snapshots are very cool and useful, fast/instant.

<!-- gh-comment-id:668023273 --> @catborise commented on GitHub (Aug 3, 2020): i am waiting external snapshot support. soon libvirt will support it. external snapshots are very cool and useful, fast/instant.
Author
Owner

@faburem commented on GitHub (Aug 3, 2020):

so are you basically saying if I fork the repo and enable the snapshot feature in the UI it should work? Could be worth to make that configureable in a setting - are you interested in a PR if I work on this?

<!-- gh-comment-id:668025126 --> @faburem commented on GitHub (Aug 3, 2020): so are you basically saying if I fork the repo and enable the snapshot feature in the UI it should work? Could be worth to make that configureable in a setting - are you interested in a PR if I work on this?
Author
Owner

@catborise commented on GitHub (Aug 3, 2020):

yes you can enable it. it is a simple if else statement.
yes we can make it optional... but to prevent getting “running out of time” error, there should be done something with nginx/ gunicorn , etc...

<!-- gh-comment-id:668028828 --> @catborise commented on GitHub (Aug 3, 2020): yes you can enable it. it is a simple if else statement. yes we can make it optional... but to prevent getting “running out of time” error, there should be done something with nginx/ gunicorn , etc...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#225
No description provided.