Merge "Iterate through the sorted file map when finding transfers"

This commit is contained in:
Tianjie Xu 2018-01-13 00:01:03 +00:00 committed by Gerrit Code Review
commit a7229a08b7
1 changed files with 1 additions and 1 deletions

View File

@ -1467,7 +1467,7 @@ class BlockImageDiff(object):
max_blocks_per_transfer = int(cache_size * split_threshold /
self.tgt.blocksize)
empty = RangeSet()
for tgt_fn, tgt_ranges in self.tgt.file_map.items():
for tgt_fn, tgt_ranges in sorted(self.tgt.file_map.items()):
if tgt_fn == "__ZERO":
# the special "__ZERO" domain is all the blocks not contained
# in any file and that are filled with zeros. We have a