mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 08:35:53 +03:00
[PR #225] [MERGED] Add ability to save/restore machine state to disk #596
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (3)
423425eAdd ability to save/restore machine state to disk0804436add managed save to instances pagebd86c42allow 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.