Description of problem: 'cgclassify -g cpu,memory:group1 1701' returns nozero exit code even if everything succeeds. Version-Release number of selected component (if applicable): libcgroup-0.37 How reproducible: always Steps to Reproduce: 1. cgclassify -g cpu,memory:group1 1701 2. echo $? Actual results: 1 Expected results: 0 Additional info: The process seems to be correctly moved to the right group, just the exit code is wrong.
I'll look at it