]> git.proxmox.com Git - mirror_lxc.git/commitdiff
lxc-checkconfig: warn about fuse as well
authorTycho Andersen <tycho.andersen@canonical.com>
Wed, 3 Feb 2016 19:30:03 +0000 (12:30 -0700)
committerTycho Andersen <tycho.andersen@canonical.com>
Wed, 3 Feb 2016 23:54:50 +0000 (16:54 -0700)
Since we need fuse to run lxcfs, which is required by systemd, let's warn
about that as well.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
src/lxc/lxc-checkconfig.in

index 4f3896e869bd740001e5d40a2d2699ad551baf6a..835202b25901ce2ae4b103b3b8193c3a98200f62 100644 (file)
@@ -122,6 +122,7 @@ echo -n "CONFIG_NF_NAT_IPV6: " && is_enabled CONFIG_NF_NAT_IPV6
 echo -n "CONFIG_IP_NF_TARGET_MASQUERADE: " && is_enabled CONFIG_IP_NF_TARGET_MASQUERADE
 echo -n "CONFIG_IP6_NF_TARGET_MASQUERADE: " && is_enabled CONFIG_IP6_NF_TARGET_MASQUERADE
 echo -n "CONFIG_NETFILTER_XT_TARGET_CHECKSUM: " && is_enabled CONFIG_NETFILTER_XT_TARGET_CHECKSUM
+echo -n "FUSE (for use with lxcfs): " && is_enabled CONFIG_FUSE_FS
 
 echo
 echo "--- Checkpoint/Restore ---"