Fix lvm reset_cache size cache

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-09-04 23:25:39 +02:00
parent b863152f73
commit d72448615d
No known key found for this signature in database
GPG Key ID: 96ED3C3BA19C3DEE

View File

@ -438,4 +438,4 @@ def qubes_lvm(cmd, log=logging.getLogger('qube.storage.lvm')):
def reset_cache():
qubes.storage.lvm.size_cache = init_cache
qubes.storage.lvm.size_cache = init_cache()