mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 733d1dce0f
			
		
	
	
		733d1dce0f
		
	
	
	
	
		
			
			Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20180228131315.30194-3-mreitz@redhat.com Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
		
			
				
	
	
		
			61 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| QA output created by 106
 | |
| === Testing image growth ===
 | |
| 
 | |
| --- create_mode=off growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
 | |
| Image resized.
 | |
| 
 | |
| --- create_mode=off growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
 | |
| Image resized.
 | |
| 
 | |
| --- create_mode=off growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
 | |
| Image resized.
 | |
| 
 | |
| --- create_mode=falloc growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
 | |
| Image resized.
 | |
| 
 | |
| --- create_mode=falloc growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
 | |
| Image resized.
 | |
| 
 | |
| --- create_mode=falloc growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
 | |
| Image resized.
 | |
| 
 | |
| --- create_mode=full growth_mode=off ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
 | |
| Image resized.
 | |
| 
 | |
| --- create_mode=full growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
 | |
| Image resized.
 | |
| 
 | |
| --- create_mode=full growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
 | |
| Image resized.
 | |
| 
 | |
| === Testing image shrinking ===
 | |
| 
 | |
| --- growth_mode=falloc ---
 | |
| qemu-img: Preallocation can only be used for growing images
 | |
| 
 | |
| --- growth_mode=full ---
 | |
| qemu-img: Preallocation can only be used for growing images
 | |
| 
 | |
| --- growth_mode=off ---
 | |
| Image resized.
 | |
| 
 | |
| === Testing image growth on 2G empty image ===
 | |
| 
 | |
| --- growth_mode=falloc ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
 | |
| Image resized.
 | |
| 
 | |
| --- growth_mode=full ---
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
 | |
| Image resized.
 | |
| *** done
 |