mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-08 04:58:29 +03:00
uihelpers: Don't error checking host space if default pool is busy
This commit is contained in:
parent
2540c5dc9a
commit
38fa89fe9f
@ -76,6 +76,7 @@ def update_host_space(conn, widget):
|
||||
max_storage = host_disk_space(conn)
|
||||
except:
|
||||
logging.exception("Error determining host disk space")
|
||||
return
|
||||
|
||||
def pretty_storage(size):
|
||||
return "%.1f Gb" % float(size)
|
||||
|
Loading…
x
Reference in New Issue
Block a user