Bug 667676

Summary: Chapter 2.2 example: wrong lssubsys output
Product: Red Hat Enterprise Linux 6 Reporter: Jan Safranek <jsafrane>
Component: doc-Resource_Management_GuideAssignee: Martin Prpič <mprpic>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: low    
Version: 6.0CC: jskeoch, varekova
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-25 12:06:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Safranek 2011-01-06 13:18:57 UTC
Description of problem:
The example at the end of chap. 2.2 is wrong, it shows ('*' added by myself to emphasize the error):
cpu,cpuset,memory /cgroup/cpu_and_mem
net_cls
ns
*cpu*
cpuacct
devices
freezer
blkio

instead of correct
cpu,cpuset,memory /cgroup/cpu_and_mem
net_cls
ns
cpuacct
devices
freezer
blkio

(= without standalone cpu controller, it's already on cpu,cpuset,memory line)

Version-Release number of selected component (if applicable):
Edition 1.0

Comment 2 Jan Safranek 2011-01-06 13:33:57 UTC
The same applies to the first lssubsys -am output in Example 2.2 in chapter 2.3