Skip to content
Snippets Groups Projects
  1. May 23, 2012
  2. Aug 10, 2011
  3. Aug 05, 2011
  4. Apr 08, 2011
  5. Dec 30, 2010
    • Iustin Pop's avatar
      Parallelize the balancing computations · a3eee4ad
      Iustin Pop authored
      
      This small patch changes the balancing computation to work in
      parallel, if possible.
      
      While the normal linking is against the single-threaded runtime, if
      the code is linked against the multi-threaded one, the balancing will
      get a significant speedup (80% efficiency at 4 cores, 60% at 12 cores,
      and with GC tweaks it can reach 70%+).
      
      On the single-threaded runtime, due to the fact that we only use the
      weak head normal form, it doesn't introduce any extra penalties,
      neither in space nor in CPU time (or if there are, they are too small
      to detect easily).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarBalazs Lecz <leczb@google.com>
      a3eee4ad
  6. Oct 25, 2010
  7. Jun 09, 2010
  8. Feb 04, 2010
  9. Dec 02, 2009
  10. Nov 03, 2009
  11. Aug 19, 2009
  12. Jul 14, 2009
  13. Jul 05, 2009
    • Iustin Pop's avatar
      Remove hn1 and related code · 266aea94
      Iustin Pop authored
      hn1 was deprecated for a while and this patch removes it altogether. The
      support code in Cluster.hs is also removed.
      266aea94
  14. Jun 10, 2009
  15. Jun 05, 2009
  16. Jun 01, 2009
  17. May 25, 2009
  18. May 19, 2009
    • Iustin Pop's avatar
      Add support for 'offline' nodes · 00b15752
      Iustin Pop authored
      This patch drops compatiblity with Ganeti 1.2 and adds support for
      offline nodes in the cluster. When reading from RAPI, the drained nodes
      are considered offline so that we don't allocate on them too.
      00b15752
  19. May 09, 2009
  20. Mar 23, 2009
    • Iustin Pop's avatar
      More documentation updates · 6ef35e3c
      Iustin Pop authored
      This removes most of the content of the README file (obsoleted by new
      algorithm and man pages), modifies the Makefile to include the built
      documentation in the source archive (so that haddock/hscolour are not
      needed) and updates the haddock-prologue with current information.
      6ef35e3c
  21. Mar 22, 2009
    • Iustin Pop's avatar
      Documentation updates · d2ac5526
      Iustin Pop authored
      This patch adds a man page for hscan and updates the README and other
      man pages with the latest changes.
      d2ac5526
  22. Mar 21, 2009
    • Iustin Pop's avatar
      Add node memory field to Node objects · 04be800a
      Iustin Pop authored
      This patch adds a new n_mem field to the node objects, and implements
      read/save/show support for it. The field is not currently used (except
      in the node list) but will be used for checking data consistency and
      instance up/down status.
      04be800a
  23. Feb 15, 2009
  24. Feb 12, 2009
    • Iustin Pop's avatar
      Change the input file formats · 01f6a5d2
      Iustin Pop authored
      This patch changes the format of the input node and instance lists. It
      removes the list of primary and secondary instances from the nodes, and
      adds the primary and secondary nodes to the instance list.
      
      This is done so that we can have the same input data from commands as
      from the RAPI.
      01f6a5d2
  25. Jan 28, 2009
  26. Sep 03, 2007
  27. Aug 21, 2007
  28. Aug 16, 2007
    • Iustin Pop's avatar
      Documentation updates. · a7a19281
      Iustin Pop authored
      This changes installing.sgml, adding details about required software and
      OS instances. It also updates INSTALL and README to correspond with the
      sgml manual.
      
      Reviewed-by: ultrotter
      a7a19281
  29. Jul 16, 2007
Loading