]> xenbits.xensource.com Git - libvirt.git/commit
virt-host-validate: require fuse for LXC if compiled in
authorGuido Günther <agx@sigxcpu.org>
Thu, 12 Oct 2017 14:51:13 +0000 (16:51 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 12 Oct 2017 19:32:07 +0000 (21:32 +0200)
commitb71d10cc8ef5336d984ef1010713515e80b59935
tree5cdaf4a679f2ce398c2b1494bec439b6d08a09d5
parent79b7ac43fa1bf2317bbd9ae74dbe57f507c2f5cb
virt-host-validate: require fuse for LXC if compiled in

Domains fail to start without fuse like

  error: internal error: guest failed to start: fuse: device not found, try 'modprobe fuse' first
  Failure in libvirt_lxc startup: no error

so check for it too.

References: https://ci.debian.net/data/autopkgtest/unstable/amd64/libv/libvirt/20171012_105903/log.gz

Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
tools/virt-host-validate-lxc.c