[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CA+U0gVi3d1FQ-jdt6_Jd15rY-QYLjfHu91pTsJQp1TFqhxzWBQ@mail.gmail.com>
Date: Mon, 17 Dec 2012 11:43:34 +0800
From: Dennis Chen <kernel.org.gnu@...il.com>
To: linux-kernel@...r.kernel.org
Subject: No cpu.cfs_period_us & cpu.cfs_quota_us controller found in Linux
kernel 3.5.1
HI,
I build a 3.5.1 kernel with below configuration snippet:
...
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
CONFIG_CGROUP_MEM_RES_CTLR=y
CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y
CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_BLK_CGROUP=y
...
But when I start to use this new build kernel with ubuntu 12.10
distribution, and install the cgroup with #apt-get install cgroup-bin,
after that, I can't find cpu.cfs_period_us and cpu.cfs_quota_us in the
/sys/fs/cgroup/cpu folder.
Is there some one encounter the similar scenario as mine or some hints
about this?
Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists