UmVirt LFS Package info

DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: 5a53a1c3d36df0b0d19aa59af91345617cecf65c
[ BASH | XML | JSON ]

vhba-module

VHBA module provides a Virtual (SCSI) HBA, which is the link between userspace daemon and linux kernel.

Package info

Codename: vhba-module
Source file: vhba-module-20190410.tar.bz2
Source file size: 15741
Source file MD5-checkum: dc2323bd121a0f5e389f00d7e0aa97aa
Source directory: vhba-module-20190410
Package URL: https://umvirt.com/linux/downloads/0.1/packages/v/vhba-module-20190410.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/v/vhba-module-20190410.tar.bz2.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: cdemu-daemon.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#

Build script:
make

Install script:
make install

cat > /etc/udev/rules.d/69-vhba.rules << "EOF"
KERNEL=="vhba_ctl", SUBSYSTEM=="misc", MODE="0660", GROUP="cdrom"
EOF

cat >  /etc/modules-load.d/vhba.conf << "EOF"
vhba
EOF


Comments:

  1. Place user in "cdrom" group to permit virtual disk drive access
  2. Bug: Kernel panic detected on 5.6.14 use kernel 5.2.9 instead.