1. 28 Jun, 2016 1 commit
    • Cyrill Gorcunov's avatar
      cg: Add ability to dump custom cgroup properties · c80a84f8
      Cyrill Gorcunov authored
      We have some common predefined properties such as "cpuset.cpus" and etc gathered
      in @cgp_predefined set, but there might be situation when only predefined ones
      are not enough, so add ability to specify properties via --cgroup-props
      and/or --cgroup-props-file options.
      
      For example one may pass file with content
      
      "cpu":
       - "strategy": "merge"
       - "properties": ["cpu.shares", "cpu.cfs_period_us"]
      
      to dump custom properties for cpu controller.
      
      The description is implemented in almost valid yaml, probably we will
      need to support the various forms, but oneline is enough for now.
      Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
      c80a84f8
  2. 16 Jun, 2016 1 commit
  3. 14 Jun, 2016 3 commits
  4. 01 Jun, 2016 35 commits