Bug 749274

Summary: restarting cgroup service renders cgroups inoperable
Product: [Fedora] Fedora Reporter: David Jaša <djasa>
Component: libcgroupAssignee: Jan Chaloupka <jchaloup>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 19CC: bsingharora, jsafrane, jwboyer, varekova
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-04 12:36:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description David Jaša 2011-10-26 15:43:39 UTC
Description of problem:
based on https://bugzilla.redhat.com/show_bug.cgi?id=748885#c4

Version-Release number of selected component (if applicable):
all the way from F15 to rawhide

How reproducible:
always

Steps to Reproduce:
1. after fresh start of the system, invoke:
systemctl restart cgconfig.service
2. invoke 
systemctl status cgconfig.service
  
Actual results:
systemctl reports cgconfig as dead
cgroup fs's aren't mounted to /sys/fs/cgroup/* directories

Expected results:
cgconfig is up'n'running
cgroup fs's are mounted where they should be

Additional info:

Comment 1 Fedora Admin XMLRPC Client 2011-11-21 14:27:47 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Fedora End Of Life 2013-04-03 18:20:56 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

Comment 3 Fedora Admin XMLRPC Client 2014-02-03 09:43:04 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Jan Chaloupka 2014-08-04 12:36:48 UTC
After start of Fedora19, running:

# systemctl status cgconfig -> inactive(dead)
# systemctl start cgconfig -> active(exited)
# systemctl restart cgconfig -> no error
# systemctl status cgconfig -> active(exited)
# systemctl restart cgconfig -> no error
# systemctl status cgconfig -> active(exited)

Closing as this issue is not occuring.