Skip to content
Snippets Groups Projects
Commit f2e9822c authored by Antoine Millet's avatar Antoine Millet
Browse files

Now do a pool-refresh on storage update

parent 5efe3c09
No related branches found
No related tags found
No related merge requests found
......@@ -437,6 +437,7 @@ class Storage(object):
return True if self.type in Storage.SHARED_TYPES else False
def update(self):
self.lv_storage.poolRefresh()
self.update_attr()
# update volumes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment