1. 14 May, 2013 1 commit
    • add lxc-cirros · 58a46e06
      Serge Hallyn authored
      Add a template to create a cirros container.  One great thing about
      cirros is that the image you download is 3.5M.
      
      Thanks smoser!
      
      Note by default /etc/inittab doesn't have a /dev/console entry, so you
      don't get a login on the lxc-start console.  Adding
      
      console::respawn:/sbin/getty 115200 console
      
      makes that work, but ctrl-c still gets forwarded to init which then
      reboots.  So I didn't bother adding console as part of the template
      (yet).  Instead I simply lxc-start -d, then lxc-console.
      Signed-off-by: 's avatarScott Moser <scott.moser@canonical.com>
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
  2. 13 May, 2013 1 commit
  3. 09 May, 2013 1 commit
  4. 08 May, 2013 2 commits
    • lxc-monitor multiple paths · 8d06bd13
      Dwight Engen authored
      Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com>
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
    • lxc-ps: handle cgroup collisions · 566c0d6d
      Serge Hallyn authored
      A few months ago cgroup handling in lxc was updated so that if
      /sys/fs/cgroup/$cgroup/lxc/$container already exists (most often
      due to another container by the same name under a different lxcpath),
      then /sys/fs/cgroup/$cgroup/lxc/${container}-N would be used.
      
      lxc-ps was never updated to handle this.  Fix that.
      
      (Note, the ns cgroup is being special cased there, but I don't
      really believe ns cgroup works any more.)
      
      It would be preferable to rewrite lxc-ps in python or in C, but
      this at least makes the basic lxc-ps work in the case of multiple
      containers with the same name.
      
      Changelog:
      	fix missing fi.
      	replace 'z1' with '$container' as pointed out by Christian
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
  5. 07 May, 2013 8 commits
  6. 06 May, 2013 3 commits
  7. 03 May, 2013 9 commits
  8. 02 May, 2013 3 commits
  9. 01 May, 2013 1 commit
  10. 30 Apr, 2013 11 commits