mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-01 14:38:33 +00:00
Merge pull request #13211 from glingy/patch-1
runtime-rs: Fix queue_size of zero in block_rootfs
This commit is contained in:
@@ -58,6 +58,10 @@ impl BlockRootfs {
|
||||
driver_option: block_driver.clone(),
|
||||
path_on_host: rootfs.source.clone(),
|
||||
blkdev_aio: BlockDeviceAio::new(&blkdev_info.block_device_aio),
|
||||
num_queues: blkdev_info.num_queues,
|
||||
queue_size: blkdev_info.queue_size,
|
||||
logical_sector_size: blkdev_info.block_device_logical_sector_size,
|
||||
physical_sector_size: blkdev_info.block_device_physical_sector_size,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user