Lines Matching full:bitmaps
6 # Tests for dirty bitmaps migration with node aliases
68 for name in ('dirty-bitmaps', 'events')]
127 'bitmaps': [{
166 assert isinstance(node['bitmaps'], list)
167 for bitmap in node['bitmaps']:
261 Note that mapping nodes or bitmaps that do not exist is not an error.
269 'bitmaps': [{
277 'bitmaps': [{
292 'bitmaps': [
314 'bitmaps': [{
322 'bitmaps': [{
337 'bitmaps': [
355 # Should just ignore all bitmaps on unmapped nodes
368 'bitmaps': []
372 # Should just ignore all unmapped bitmaps
380 'bitmaps': []
391 # Let the source not send any bitmaps
397 # The fact that there is a mapping on B without any bitmaps
408 'bitmaps': []
421 'bitmaps': []
515 # Now create another block device and let both have two bitmaps each
536 'bitmaps': [
550 'bitmaps': [
564 bitmaps = self.vm_b.query_bitmaps()
567 for node in bitmaps:
568 bitmaps[node] = sorted((bmap['name'] for bmap in bitmaps[node]))
570 self.assertEqual(bitmaps,
606 # Now create another block device and let both have two bitmaps each
629 'bitmaps': [
647 'bitmaps': [
661 bitmaps = self.vm_b.query_bitmaps()
663 for node in bitmaps:
664 bitmaps[node] = sorted(((bmap['name'], bmap['persistent'])
665 for bmap in bitmaps[node]))
667 self.assertEqual(bitmaps,