Update backend code and cumulus-sync for the new backup layout.
[cumulus.git] / python / cumulus / cmd_util.py
index 9d97190..2e163cf 100644 (file)
@@ -85,6 +85,7 @@ def cmd_list_snapshot_sizes(args):
     """
     store = cumulus.CumulusStore(options.store)
     backend = store.backend
+    backend.prefetch_generic()
     previous = set()
     size = 0
     def get_size(segment):