The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3259
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) === https://github.com/lxc/lxc/pull/3223#issuecomment-578183093 Signed-off-by: Kirill Petrov <yakutskkir...@mail.ru>
From 4ba03935772b936cb503e1f0ac743c49da1ee1ae Mon Sep 17 00:00:00 2001 From: Kirill Petrov <kspet...@avito.ru> Date: Mon, 27 Jan 2020 11:51:36 +0300 Subject: [PATCH] cgroups: fix default cgroup pattern Signed-off-by: Kirill Petrov <yakutskkir...@mail.ru> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2cf74b86ba..28f34f13f5 100644 --- a/configure.ac +++ b/configure.ac @@ -487,7 +487,7 @@ AC_ARG_WITH([rootfs-path], # cgroup pattern specification AC_ARG_WITH([cgroup-pattern], [AS_HELP_STRING([--with-cgroup-pattern=pattern], [pattern for container cgroups])], - [with_cgroup_pattern=$withval], [with_cgroup_pattern=['lxc.payload/%n']]) + [with_cgroup_pattern=$withval], [with_cgroup_pattern=['lxc.payload.%n']]) # The path for the apparmor_parser's cache for generated apparmor profiles AC_ARG_WITH([apparmor-cache-dir],
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel