Am Freitag, den 22.11.2013, 11:31 +0000 schrieb Richard W.M. Jones:
 On Fri, Nov 22, 2013 at 12:14:24PM +0100, Fabian Deutsch wrote:
 > Am Freitag, den 22.11.2013, 10:29 +0000 schrieb Исаев Виталий
 > Анатольевич:
 > > Thanks a lot. Yes, we have a Support and we will ask them to help with this
bug. 
 > > 
 > > How do you think, maybe we can hack this issue quickly just putting the kernel
file (desired by libguestfs) manually to some directory on the RHEV-H file system? /boot
and /lib/modules do not contain kernels on RHEV-H.
 > 
 > Hey,
 > 
 > as you said, a workaround is to link the kernel into the right place,
 > e.g.:
 > 
 > $ ln -s /dev/.initramfs/live/vmlinuz0 /boot/vmlinuz-$(uname -r)
 
 Does libguestfs-test-tool run after this?  (I don't have an ovirt-node
 instance).  I would have thought that /lib/modules/... would need to
 be in place also. 
Hey,
the modules directory exists, only the initrd and vmlinuz files are
missing in /boot. It seems that the test tool passes - at leats in my
nested testing env.
- fabian