mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
uihelpers: Don't error checking host space if default pool is busy
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user