uihelpers: Don't error checking host space if default pool is busy

This commit is contained in:
Cole Robinson 2013-07-13 16:30:42 -04:00
parent 2540c5dc9a
commit 38fa89fe9f

View File

@ -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)