mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[PR #528] [CLOSED] add support for backingStore clone #680
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/528
Author: @bsavelev
Created: 3/20/2015
Status: ❌ Closed
Base:
master← Head:user📝 Commits (3)
3634dbaadd support for backingStore clone48de068fix pep8aabafb8get volume capacity from libvirt📊 Changes
5 files changed (+38 additions, -14 deletions)
View changed files
📝
.gitignore(+2 -1)📝
create/forms.py(+1 -0)📝
create/views.py(+4 -1)📝
templates/create.html(+9 -1)📝
vrtManager/create.py(+22 -11)📄 Description
This PR implement new option 'base' for creating new instance from template
With this option volume for new instance create with 'backing file' to parent instance. 'backing file' reduce disk usage in pool.
See more https://libvirt.org/formatstorage.html#StorageVolBacking
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.