The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/803
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === 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.ander...@canonical.com>
From 5c8638ca70f21f62769ab1920de78e7a76fad64c Mon Sep 17 00:00:00 2001 From: Tycho Andersen <tycho.ander...@canonical.com> Date: Wed, 3 Feb 2016 12:30:03 -0700 Subject: [PATCH] lxc-checkconfig: warn about fuse as well 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.ander...@canonical.com> --- src/lxc/lxc-checkconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/lxc-checkconfig.in b/src/lxc/lxc-checkconfig.in index 4f3896e..835202b 100644 --- a/src/lxc/lxc-checkconfig.in +++ b/src/lxc/lxc-checkconfig.in @@ -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 ---"
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel