[PR #225] [MERGED] Add ability to save/restore machine state to disk #596

Closed
opened 2026-02-27 16:39:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/225
Author: @winstona
Created: 2/5/2014
Status: Merged
Merged: 2/6/2014
Merged by: @retspen

Base: masterHead: master


📝 Commits (3)

  • 423425e Add ability to save/restore machine state to disk
  • 0804436 add managed save to instances page
  • bd86c42 allow period and dash in storage file names

📊 Changes

6 files changed (+96 additions, -15 deletions)

View changed files

📝 instance/views.py (+17 -1)
📝 templates/instance.html (+28 -3)
📝 templates/instances.html (+24 -5)
📝 templates/storage.html (+3 -3)
📝 templates/storages.html (+3 -3)
📝 vrtManager/instance.py (+21 -0)

📄 Description

Added the ability to save or restore a saved state using libvirt managedsaved

Changed formatting to show "Saved" state instead of "Shutoff" when the VM is in a saved state

Added button to delete saved image.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/225 **Author:** [@winstona](https://github.com/winstona) **Created:** 2/5/2014 **Status:** ✅ Merged **Merged:** 2/6/2014 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`423425e`](https://github.com/retspen/webvirtmgr/commit/423425e7d880965c9101e7de041ad9e1ba3574db) Add ability to save/restore machine state to disk - [`0804436`](https://github.com/retspen/webvirtmgr/commit/08044362a7e0df9fedc3277dffefddaf96dbd709) add managed save to instances page - [`bd86c42`](https://github.com/retspen/webvirtmgr/commit/bd86c420e12b56b6dd6a9de08597b061b9f27046) allow period and dash in storage file names ### 📊 Changes **6 files changed** (+96 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `instance/views.py` (+17 -1) 📝 `templates/instance.html` (+28 -3) 📝 `templates/instances.html` (+24 -5) 📝 `templates/storage.html` (+3 -3) 📝 `templates/storages.html` (+3 -3) 📝 `vrtManager/instance.py` (+21 -0) </details> ### 📄 Description Added the ability to save or restore a saved state using libvirt managedsaved Changed formatting to show "Saved" state instead of "Shutoff" when the VM is in a saved state Added button to delete saved image. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:50 +03:00
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/webvirtmgr#596
No description provided.