Jerry Cwiklik created UIMA-4993:
-----------------------------------
Summary: UIMA DUCC: agent uses wrong command to create cgroups
Key: UIMA-4993
URL: https://issues.apache.org/jira/browse/UIMA-4993
Project: UIMA
Issue Type: Bug
Components: DUCC
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.1.0-Ducc
Agent uses an incorrect command to create cgroups. Current code does this:
cgcreate -a ducc -t ducc -g memory,cpu:ducc/newcontainer
instead it should be :
cgcreate -a ducc:ducc -t ducc:ducc -g memory,cpu:ducc/newcontainer
The above fixes what previously was thought to be an error in cg utils where
the cgcreate return error code 96 even though cgroup creation was successful.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)