1. 09 Mar, 2016 1 commit
  2. 07 Mar, 2016 1 commit
    • Pavel Emelyanov's avatar
      criu: Version 2.0 · 7f1a4a16
      Pavel Emelyanov authored
      So, here it is. We planned not only to re-shuffle the code, but
      also to provide compel thing to people, but have only managed to
      do the former. OK, the compel then would go in 2.1 :)
      
      But, we also change the dev-n-release model, so from now on we
      have 2 branches and release stable one every month to show new
      stuff earlier.
      
      Have fun!
      Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
      7f1a4a16
  3. 06 Mar, 2016 2 commits
  4. 04 Mar, 2016 2 commits
    • Tycho Andersen's avatar
      cgroup: skip restoring special cpuset props during main prop restore · 8b33970e
      Tycho Andersen authored
      As the comment says, we don't need to restore speical cpuset props twice,
      and indeed it can cause the restore to fail, e.g.:
      
      (00.092356) Error (cgroup.c:1240): cg: Failed writing 0-3 to cpuset//lxc/centoss/cpuset.cpus
      (00.582490)     18: Error (cgroup.c:1009): cg: Can't move 18 into systemd//lxc/centos/system.slice/systemd-journald.service/tasks (-1/-1): No such file or directory
      (00.582497)     18: Error (cgroup.c:1124): cg: Can't move into systemd//lxc/centos/system.slice/systemd-journald.service/tasks (-1/-1): No such file or directory
      (00.582567)     43: Error (cgroup.c:1009): cg: Can't move 43 into systemd//lxc/centos/system.slice/console-getty.service/tasks (-1/-1): No such file or directory
      (00.582573)     43: Error (cgroup.c:1124): cg: Can't move into systemd//lxc/centos/system.slice/console-getty.service/tasks (-1/-1): No such file or directory
      (00.582886)      1: Error (cr-restore.c:1306): 18 exited, status=1
      (00.594670) Error (cr-restore.c:1308): 7906 killed by signal 9
      (00.623099) Error (cr-restore.c:2138): Restoring FAILED.
      Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
      8b33970e
    • Tycho Andersen's avatar
      cgroup: use perror on failed property write · f4832fb2
      Tycho Andersen authored
      The errno here is useful information for debugging, we should also print
      it.
      Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
      f4832fb2
  5. 03 Mar, 2016 16 commits
  6. 02 Mar, 2016 3 commits
  7. 01 Mar, 2016 8 commits
  8. 29 Feb, 2016 7 commits