 8e958260c5
			
		
	
	
		8e958260c5
		
	
	
	
	
		
			
			This function preallocates metadata structures and then extends the image to its new size, but that new size calculation is wrong because it doesn't take into account that the host_offset variable is always cluster-aligned. This problem can be reproduced with preallocation=metadata when the original size is not cluster-aligned but the new size is. In this case the final image size will be shorter than expected. qemu-img create -f qcow2 img.qcow2 31k qemu-img resize --preallocation=metadata img.qcow2 128k Signed-off-by: Alberto Garcia <berto@igalia.com> Message-Id: <adeb8b059917b141d5f5b3bd2a016262d3052c79.1599833007.git.berto@igalia.com> Reviewed-by: Max Reitz <mreitz@redhat.com> [mreitz: Mark compat=0.10 unsupported for iotest 125] Signed-off-by: Max Reitz <mreitz@redhat.com>
		
			
				
	
	
		
			804 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			804 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| QA output created by 125
 | |
| --- cluster_size=512 growth_size=16 create_mode=off growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=off growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=off growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=off growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=full growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=full growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=full growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=16 create_mode=full growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=off growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=off growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=off growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=off growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=metadata growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=metadata growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=metadata growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=metadata growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=falloc growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=falloc growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=falloc growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=falloc growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=full growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=full growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=full growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=48 create_mode=full growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=off growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=off growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=off growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=off growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=metadata growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=metadata growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=metadata growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=metadata growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=falloc growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=falloc growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=falloc growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=falloc growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=full growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=full growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=full growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=512 growth_size=80 create_mode=full growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=off growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=off growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=off growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=off growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=metadata growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=metadata growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=metadata growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=metadata growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=falloc growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=falloc growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=falloc growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=falloc growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=full growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=full growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=full growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=16 create_mode=full growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 16384/16384 bytes at offset 2048000
 | |
| 16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=off growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=off growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=off growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=off growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=metadata growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=metadata growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=metadata growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=metadata growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=falloc growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=falloc growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=falloc growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=falloc growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=full growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=full growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=full growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=48 create_mode=full growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 49152/49152 bytes at offset 2048000
 | |
| 48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=off growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=off growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=off growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=off growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=metadata growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=metadata growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=metadata growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=metadata growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=falloc growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=falloc growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=falloc growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=falloc growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=full growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=full growth_mode=metadata ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=full growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| --- cluster_size=64k growth_size=80 create_mode=full growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
 | |
| Image resized.
 | |
| wrote 2048000/2048000 bytes at offset 0
 | |
| 1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| wrote 81920/81920 bytes at offset 2048000
 | |
| 80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| 
 | |
| Formatting 'TEST_DIR/t.IMGFMT.base', fmt=raw size=131072
 | |
| --- Resizing image from 31k to 96k (preallocation=metadata) ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=31744 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
 | |
| Image resized.
 | |
| 
 | |
| --- Resizing image from 31k to 96k (preallocation=full) ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=31744 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
 | |
| Image resized.
 | |
| 
 | |
| --- Resizing image from 31k to 128k (preallocation=metadata) ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=31744 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
 | |
| Image resized.
 | |
| 
 | |
| --- Resizing image from 31k to 128k (preallocation=full) ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=31744 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
 | |
| Image resized.
 | |
| 
 | |
| --- Resizing image from 33k to 96k (preallocation=metadata) ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33792 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
 | |
| Image resized.
 | |
| 
 | |
| --- Resizing image from 33k to 96k (preallocation=full) ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33792 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
 | |
| Image resized.
 | |
| 
 | |
| --- Resizing image from 33k to 128k (preallocation=metadata) ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33792 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
 | |
| Image resized.
 | |
| 
 | |
| --- Resizing image from 33k to 128k (preallocation=full) ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33792 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
 | |
| Image resized.
 | |
| 
 | |
| *** done
 |