Skip to main content

Quick Thoughts: KVM Host Validation FUSE Failure – virt-host-validate

Here’s a quickie fix.

Was doing a fresh KVM install on CentOS 7, and tried to validate the install with running “virt-host-validate”, but I was getting one item failing and couldn’t find a fix. The error:

LXC: Checking if device /sys/fs/fuse/connections exists : FAIL (Load the ‘fuse’ module to enable /proc/ overrides)

LXC: Checking if device /sys/fs/fuse/connections exists : FAIL (Load the 'fuse' module to enable /proc/ overrides)

The fix: just reinstall FUSE:

yum reinstall fuse -y

Problem solved: LXC: Checking if device /sys/fs/fuse/connections exists : PASS

3 thoughts to “Quick Thoughts: KVM Host Validation FUSE Failure – virt-host-validate”

Leave a Reply

Your email address will not be published. Required fields are marked *