Fabian Vogt changed bug 1186363
What Removed Added
CC   fvogt@suse.com

Comment # 1 on bug 1186363 from
The issue is that a preceding module runs "zypper install libvirt vhostmd", but
libvirt -> libvirt-daemon-driver-storage -> nfs-utils -> (kmod(nfsd.ko) if
kernel), but kernel-default-base doesn't have nfsd.ko and so it installs
kernel-kvmsmall instead.

Due to bad luck, kernel-kvmsmall became the default selection in grub and was
booted instead. Due to good luck, the system came up properly. The
kdump_and_crash test however expects kernel-default(-base) and installs the
wrong -debuginfo package.

IMO adding nfsd.ko to kernel-default-base and Suggests: kernel-default to
patterns-base-base is the proper solution here.


You are receiving this mail because: