Comment 6 for bug 1743749

Revision history for this message
yatin (yatinkarel) wrote :

We tried the following workaround and it worked:-

sudo rm -rf /var/tmp/.guestfs-*
export SUPERMIN_KERNEL_VERSION=3.10.0-693.el7.x86_64
export SUPERMIN_KERNEL=/boot/vmlinuz-$SUPERMIN_KERNEL_VERSION
export SUPERMIN_MODULES=/lib/modules/$SUPERMIN_KERNEL_VERSION

now the following command pass: libguestfs-test-tool

So until a kernel fix is there we could use this workaround.