[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] cgroup error



On 08/25/2015 08:48 AM, Beyer, Christoph wrote:
08/25/15 13:46:41 : Warning - cgroup controller cpuacct not mounted (but not required).
08/25/15 13:46:41 : Warning - cgroup controller memory not mounted (but not required).
08/25/15 13:46:41 : Warning - cgroup controller freezer not mounted (but not required).
08/25/15 13:46:41 : Warning - cgroup controller blkio not mounted (but not required).
08/25/15 13:46:41 : Warning - cgroup controller cpu not mounted (but not required).

The interface between the kernel cgroup functionality -- both to monitor and control usage is via a (virtual) filesystem. If this filesystem isn't mounted, HTCondor can not use cgroups. Unfortunately, there's no standard way to mount the filesystem (or standard place to mount it, for that matter) across Linux distributions. You can mount it "by hand" with the mount command, or the cgconfig service on some distros will mount it, or systemd will mount it on distros that run that.

On Centos/SL 6 the cgconfig service can mount the cgroups for you. Do you have that service running with an appropriate /etc/cgconfig.conf?

-greg