mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 10:44:10 +00:00
Reserved number of Linux device number 241 and 242 are used to identify vhost-user-blk and vhost-user-scsi devices. for example, after command: mknod <Vhost-User-Dir>/block/devices/vhost-dev0 b 241 0 this node will be recognized as vhost-user-blk device. Fixes: #2380 Signed-off-by: Liu Xiaodong <xiaodong.liu@intel.com>