qemu-iotests: Change default cache mode to "writeback"
So that the tests can run faster. Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
		
							parent
							
								
									f210a83c1f
								
							
						
					
					
						commit
						e14fb91312
					
				@ -49,7 +49,7 @@ export IMGFMT=raw
 | 
				
			|||||||
export IMGFMT_GENERIC=true
 | 
					export IMGFMT_GENERIC=true
 | 
				
			||||||
export IMGPROTO=file
 | 
					export IMGPROTO=file
 | 
				
			||||||
export IMGOPTS=""
 | 
					export IMGOPTS=""
 | 
				
			||||||
export CACHEMODE="writethrough"
 | 
					export CACHEMODE="writeback"
 | 
				
			||||||
export QEMU_IO_OPTIONS=""
 | 
					export QEMU_IO_OPTIONS=""
 | 
				
			||||||
export CACHEMODE_IS_DEFAULT=true
 | 
					export CACHEMODE_IS_DEFAULT=true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user