mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-30 17:03:57 +00:00 
			
		
		
		
	config: qemu: Fix disable_block_device_use comments
virtio-fs, instead of virtio-9p, is the default shared file system type in case virtio-blk is not used. Fixes: #3813 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
		| @@ -144,7 +144,7 @@ default_memory = @DEFMEMSZ@ | |||||||
| # root file system is backed by a block device, the block device is passed | # root file system is backed by a block device, the block device is passed | ||||||
| # directly to the hypervisor for performance reasons. | # directly to the hypervisor for performance reasons. | ||||||
| # This flag prevents the block device from being passed to the hypervisor, | # This flag prevents the block device from being passed to the hypervisor, | ||||||
| # 9pfs is used instead to pass the rootfs. | # virtio-fs is used instead to pass the rootfs. | ||||||
| disable_block_device_use = @DEFDISABLEBLOCK@ | disable_block_device_use = @DEFDISABLEBLOCK@ | ||||||
|  |  | ||||||
| # Shared file system type: | # Shared file system type: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user