[PR #528] [CLOSED] add support for backingStore clone #680

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/528
Author: @bsavelev
Created: 3/20/2015
Status: Closed

Base: masterHead: user


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/528 **Author:** [@bsavelev](https://github.com/bsavelev) **Created:** 3/20/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `user` --- ### 📝 Commits (3) - [`3634dba`](https://github.com/retspen/webvirtmgr/commit/3634dba8936259f29fe35685b279a3c68c51bf19) add support for backingStore clone - [`48de068`](https://github.com/retspen/webvirtmgr/commit/48de068e59d997db2af1d5c6b210008871f8e04a) fix pep8 - [`aabafb8`](https://github.com/retspen/webvirtmgr/commit/aabafb82e610a40ca9d5b2455ddc94b782624685) get volume capacity from libvirt ### 📊 Changes **5 files changed** (+38 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `create/forms.py` (+1 -0) 📝 `create/views.py` (+4 -1) 📝 `templates/create.html` (+9 -1) 📝 `vrtManager/create.py` (+22 -11) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:40:08 +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#680
No description provided.