Skip to content
Snippets Groups Projects
  1. Nov 30, 2009
  2. Nov 25, 2009
  3. Nov 24, 2009
  4. Nov 18, 2009
  5. Nov 17, 2009
  6. Nov 11, 2009
  7. Nov 05, 2009
  8. Nov 04, 2009
  9. Nov 02, 2009
  10. Nov 01, 2009
  11. Oct 31, 2009
    • David Johnson's avatar
      Add a build system for the packages necessary for the linux port. In · e497714a
      David Johnson authored
      general, this should be a collection of useful make stuff for any rpms
      that must be built from a combination of sources in cvs and online.
      pkg-build is a driver program that parallelizes builds, commands, source
      synch'ing, to build servers.  The makefiles handle almost everything
      necessary to build, except for some targets that are best triggered
      manually, since they are one-shot requirements and take time to verify.
      The only thing currently unhandled by the makefiles is installing packages
      in the build that are required by packges yet to be built -- this is hard
      because we don't necessarily know the names of the rpms that will be
      built, so we kind of have to construct them by mining the spec file.
      That'll come later...
      e497714a
  12. Oct 20, 2009
  13. Oct 19, 2009
  14. Oct 16, 2009
  15. Oct 13, 2009
  16. Oct 12, 2009
    • David Johnson's avatar
      Whoops, fix silly query. · 984379c6
      David Johnson authored
      984379c6
    • Robert Ricci's avatar
      Revert to 1.99 · c0a8bcd9
      Robert Ricci authored
      c0a8bcd9
    • David Johnson's avatar
      Make the mapper work with Leigh's latest libvtop checkpoint... probably · c0c52c68
      David Johnson authored
      will get worked out better after the latest checkpoint :-).
      c0c52c68
    • David Johnson's avatar
      Add the ability to load images on virtnodes. For now, we just overload · c6c57bc9
      David Johnson authored
      the tb-set-node-os command with a second optional argument; if that is
      present, the first arg is the child OS and the second is the parent OS.
      We add some new features in ptopgen (OS-parentOSname-childOSname) based
      off a new table that maps which child OSes can run on which parents, and
      the right desires get added to match.  We setup the reloads in os_setup
      along with the parents.  Also needed a new opmode, RELOAD-PCVM, to handle
      all this.
      
      For now, users only have to specify that their images can run on pcvms, a
      special hack for which type the images can run on.  This makes sense in
      general since there is no point conditionalizing childOS loading on
      hardware type at the moment, but rather on parentOS.  Hopefully this stuff
      wiill mostly work on shared nodes too, although we'll have to be more
      aggressive on the client side garbage collecting old frisbee'd images for
      long-lived shared hosts.
      
      I only made these changes in libvtop, so assign_wrapper folks are left in
      the dark.
      
      Currently, the client side supports frisbee.  Only in openvz for now, and
      this probably breaks libvnode_xen.pm.  Also in here are some openvz
      improvements, like ability to sniff out which network is the public
      control net, and which is the fake virtual control net.
      c6c57bc9
    • Leigh B. Stoller's avatar
      Debugging info on node failure · 5feb5f1a
      Leigh B. Stoller authored
      5feb5f1a
  17. Oct 09, 2009
Loading