Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-4993

UIMA DUCC: agent uses wrong command to create cgroups

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0-Ducc
    • DUCC
    • None

    Description

      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.

      Attachments

        Activity

          People

            cwiklik Jaroslaw Cwiklik
            cwiklik Jaroslaw Cwiklik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: