[Libguestfs] [PATCH] supermin: Fix IBM Virtual SCSI driver name

Richard W.M. Jones rjones at redhat.com
Wed Apr 1 10:10:03 UTC 2020


On Tue, Mar 31, 2020 at 11:11:44PM -0300, Gustavo Luiz Duarte wrote:
> The driver was renamed from ibmvscsic to ibmvscsi on kernel 3.7.
> See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9965c2f19be470c452357ae4f6304467cdeada55
> 
> The old name is kept so supermin works with recent kernels as well as kernel
> version older than 3.7.
> ---
>  src/format_ext2_initrd.ml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/format_ext2_initrd.ml b/src/format_ext2_initrd.ml
> index b67bb55..38977e6 100644
> --- a/src/format_ext2_initrd.ml
> +++ b/src/format_ext2_initrd.ml
> @@ -44,6 +44,7 @@ let kmods = [
>    "crc*.ko*";
>    "libcrc*.ko*";
>    "ibmvscsic.ko*";
> +  "ibmvscsi.ko*";
>    "libnvdimm.ko*";
>    "nd_pmem.ko*";
>    "nd_btt.ko*";

We could have used a wildcard here, but this works too.  Anyway
I have pushed it upstream, thanks.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/




More information about the Libguestfs mailing list