[systemd-devel] [PATCH 2/2] cgroup: correct the log information
Lennart Poettering
lennart at poettering.net
Fri Sep 13 05:34:17 PDT 2013
On Fri, 13.09.13 11:17, Gao feng (gaofeng at cn.fujitsu.com) wrote:
> it should be memory.soft_limit_in_bytes.
Thanks! Applied both!
> ---
> src/core/cgroup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/core/cgroup.c b/src/core/cgroup.c
> index fba0b2f..aee93ba 100644
> --- a/src/core/cgroup.c
> +++ b/src/core/cgroup.c
> @@ -266,7 +266,7 @@ void cgroup_context_apply(CGroupContext *c, CGroupControllerMask mask, const cha
> sprintf(buf, "%" PRIu64 "\n", c->memory_soft_limit);
> r = cg_set_attribute("memory", path, "memory.soft_limit_in_bytes", buf);
> if (r < 0)
> - log_error("Failed to set memory.limit_in_bytes on %s: %s", path, strerror(-r));
> + log_error("Failed to set memory.soft_limit_in_bytes on %s: %s", path, strerror(-r));
> }
>
> if (mask & CGROUP_DEVICE) {
Lennart
--
Lennart Poettering - Red Hat, Inc.
More information about the systemd-devel
mailing list