From: Richard W.M. Jones Date: Fri, 10 Oct 2014 10:48:37 +0000 (+0100) Subject: Add workaround for broken libvirt. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=3bf14da93fbec0062918a41823bb4249ea00e0d2;p=libguestfs-talks.git Add workaround for broken libvirt. --- diff --git a/2014-kvm-forum/run b/2014-kvm-forum/run index e80f070..88eb726 100755 --- a/2014-kvm-forum/run +++ b/2014-kvm-forum/run @@ -15,6 +15,9 @@ unset http_proxy unset https_proxy unset ftp_proxy +# Libvirt is broken (RHBZ#1151404). +export LIBGUESTFS_BACKEND=direct + # Get everything into the cache. guestfish -a /dev/null run > /dev/null &