1. 14 Jul, 2015 14 commits
  2. 13 Jul, 2015 10 commits
  3. 24 Jun, 2015 7 commits
  4. 19 Jun, 2015 2 commits
  5. 16 Jun, 2015 6 commits
  6. 15 Jun, 2015 1 commit
    • Cyrill Gorcunov's avatar
      cgroups: Introduce cgroup management modes · c7d646af
      Cyrill Gorcunov authored
      When been playing wich checkpoint/restore of container I found
      that we can't reuse existing controller if they were pre-created.
      For example currently in PCS7 we're bindmount cgroups which belong
      to a container in a form of
      
       /sys/fs/cgroup/<controller>/<container> ==> /sys/fs/cgroup/<controller>
      
      so that CRIU dumps such configuration fine but on restore
      it recreates controllers from the scratch which we would
      like to bindmount them and ask CRIU to restore subcgroups
      and their parameters.
      
      So I extended --manage-cgroups option to take <mode> arguments.
      Detailed description in docs.
      Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
      Acked-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      c7d646af