Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rogue Wave Software Centos 7.3 image kernel breaking LIS integration #343

Closed
johanburati opened this issue May 18, 2017 · 3 comments
Closed

Comments

@johanburati
Copy link

I tried to install LIS 4.1.3-2 on a VM build from the Centos 7.3 from Rogue Wave Software,
using kernel 3.10.0-514.16.1.el7.x86_64, and after reboot the VM hangs and fails to boot.

All LIS modules report unknown symbols at boot time, including storvsc, which fails to load. This leads to dracut-initqueue timeout messages.

A few sample boot messages for reference:

[ 3.294211] hv_storvsc: disagrees about version of symbol vmbus_driver_unregister
[ 3.294212] hv_storvsc: Unknown symbol vmbus_driver_unregister (err -22)
[ 3.294250] hv_storvsc: disagrees about version of symbol vmbus_sendpacket
[ 3.294251] hv_storvsc: Unknown symbol vmbus_sendpacket (err -22)
[ 3.294259] hv_storvsc: disagrees about version of symbol vmbus_close
[ 3.294260] hv_storvsc: Unknown symbol vmbus_close (err -22)
[ 3.294263] hv_storvsc: disagrees about version of symbol vmbus_recvpacket
[ 3.294263] hv_storvsc: Unknown symbol vmbus_recvpacket (err -22)
[ 3.294276] hv_storvsc: disagrees about version of symbol vmbus_open
[ 3.294277] hv_storvsc: Unknown symbol vmbus_open (err -22)

@shirgall
Copy link
Member

shirgall commented May 18, 2017 via email

@johanburati
Copy link
Author

johanburati commented May 19, 2017

Thank you Joshua ! Just tested it, I confirm it is working.

$ uname -r
3.10.0-514.16.1.el7.x86_64
$ /sbin/modinfo hv_storvsc
filename:       /lib/modules/3.10.0-514.16.1.el7.x86_64/extra/microsoft-hyper-v/hv_storvsc.ko
alias:          vmbus:4acc9b2f6900f34ab76b6fd0be528cda
alias:          vmbus:32264132cb86a2449b5c50d1417354f5
alias:          vmbus:d96361baa104294db60572e2ffb1dc7f
version:        4.2.0
description:    Microsoft Hyper-V virtual storage driver
license:        GPL
rhelversion:    7.3
srcversion:     356F10693A23FB380DE29F5
alias:          vmbus:4acc9b2f6900f34ab76b6fd0be528cda
alias:          vmbus:32264132cb86a2449b5c50d1417354f5
alias:          vmbus:d96361baa104294db60572e2ffb1dc7f
depends:        hv_vmbus,scsi_transport_fc
vermagic:       3.10.0-514.16.1.el7.x86_64 SMP mod_unload modversions
parm:           logging_level:Logging level, 0 - None, 1 - Error (default), 2 - Warning. (int)
parm:           storvsc_ringbuffer_size:Ring buffer size (bytes) (int)
parm:           storvsc_vcpus_per_sub_channel:Ratio of VCPUs to subchannels (int)

@shirgall
Copy link
Member

shirgall commented Sep 6, 2017

The next release, 4.2.3, adds compatibility for the 7.4 kernels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants