| Summary: | [oo-accept-node] Fails to check if users are properly in cgroups | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason DeTiberus <jdetiber> |
| Component: | Containers | Assignee: | Jason DeTiberus <jdetiber> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.2.0 | CC: | baulakh, bleanhar, gpei, jdetiber, jhou, kwoodson, libra-onpremise-devel, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-origin-node-util-1.9.9.4-1.el6op | Doc Type: | Bug Fix |
| Doc Text: |
Due to bugs in the oo-accept-node script, processes that were running outside of the Cgroup environment were not detected correctly. This issue has been fixed in the current release of OpenShift Enterprise.
|
Story Points: | --- |
| Clone Of: | 1000174 | Environment: | |
| Last Closed: | 2013-09-25 15:30:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1000174 | ||
| Bug Blocks: | |||
|
Description
Jason DeTiberus
2013-08-26 14:49:21 UTC
Missed some origin/enterprise differences in the first go round: https://github.com/openshift/enterprise-server/pull/132 Verify this bug on puddle: 1.2/2013-09-10.2 Steps: 1. Create an app 2. Remove the pid list in /cgroup/all/openshift/UUID/cgroup.procs cgclassify -g cpu,cpuacct,memory,net_cls,freezer:/ $(</cgroup/memory/openshift/52302ac5aeb9055fdd000006/cgroup.procs) 3. Run "oo-accept-node" [root@node2 ~]# oo-accept-node -v INFO: using default accept-node extensions INFO: loading node configuration file /etc/openshift/node.conf INFO: loading resource limit file /etc/openshift/resource_limits.conf INFO: checking node public hostname resolution INFO: checking selinux status INFO: checking selinux openshift-origin policy INFO: checking selinux booleans INFO: checking package list INFO: checking services INFO: checking kernel semaphores >= 512 INFO: checking cgroups configuration INFO: checking cgroups processes FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18456 cgroups controller: memory FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18457 cgroups controller: memory FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18458 cgroups controller: memory FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18459 cgroups controller: memory FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18460 cgroups controller: memory FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18461 cgroups controller: memory FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18456 cgroups controller: cpu FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18457 cgroups controller: cpu FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18458 cgroups controller: cpu FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18459 cgroups controller: cpu FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18460 cgroups controller: cpu FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18461 cgroups controller: cpu FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18456 cgroups controller: net_cls FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18457 cgroups controller: net_cls FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18458 cgroups controller: net_cls FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18459 cgroups controller: net_cls FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18460 cgroups controller: net_cls FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18461 cgroups controller: net_cls FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18456 cgroups controller: freezer FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18457 cgroups controller: freezer FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18458 cgroups controller: freezer FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18459 cgroups controller: freezer FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18460 cgroups controller: freezer FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18461 cgroups controller: freezer FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18456 cgroups controller: cpuacct FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18457 cgroups controller: cpuacct FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18458 cgroups controller: cpuacct FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18459 cgroups controller: cpuacct FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18460 cgroups controller: cpuacct FAIL: 52302ac5aeb9055fdd000006 has a process missing from cgroups: 18461 cgroups controller: cpuacct INFO: checking filesystem quotas INFO: checking quota db file selinux label INFO: checking 3 user accounts INFO: checking application dirs INFO: checking system httpd configs 30 ERRORS Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1275.html |