summaryrefslogtreecommitdiff
path: root/src/virtManager/uihelpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtManager/uihelpers.py')
-rw-r--r--src/virtManager/uihelpers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/virtManager/uihelpers.py b/src/virtManager/uihelpers.py
index 13cc4c10..b63c8658 100644
--- a/src/virtManager/uihelpers.py
+++ b/src/virtManager/uihelpers.py
@@ -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):