mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Update tips for Checkbox "Allocate entire disk now"
As discussed in: https://www.redhat.com/archives/virt-tools-list/2013-February/msg00154.html There is a bug when creating disk image as qcow2, enable fully allocating but get the minimal sparse image. We should give users a notification which describing this. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> (crobinso: tweak message a bit)
This commit is contained in:
parent
e6d5c10129
commit
11539ef480
@ -72,7 +72,9 @@ def set_sparse_tooltip(widget):
|
||||
"but the OS install phase will be quicker. \n\n"
|
||||
"Skipping allocation can also cause space issues on "
|
||||
"the host machine, if the maximum image size exceeds "
|
||||
"available storage space.")
|
||||
"available storage space. \n\n"
|
||||
"Tip: Storage format qcow2 and qed "
|
||||
"do not support full allocation.")
|
||||
util.tooltip_wrapper(widget, sparse_str)
|
||||
|
||||
def host_disk_space(conn):
|
||||
|
Loading…
Reference in New Issue
Block a user