mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #227] Ability to thin provision VM's #177
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?
Originally created by @wirecutter313 on GitHub (Feb 7, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/227
Would be nice to be able to create VMs that don't use up the full disk space.
@ionstorm66 commented on GitHub (Feb 10, 2014):
You can do it from the panel already.
An empty qcow2 is like 200KB
@wirecutter313 commented on GitHub (Feb 10, 2014):
Ya but it would be nice to be able to click a check box to do this When creating templates.
@lub commented on GitHub (Apr 10, 2014):
This is not a good idea, because it is a "static" feature of the corresponding image format.
You can't simply switch it on or off without changing the image format.