Skip to content
Snippets Groups Projects
  1. Jul 18, 2010
    • Iustin Pop's avatar
      Allow '+' in node list fields · 6dfa04fd
      Iustin Pop authored
      When the field list is prefixed with a plus sign, this will extend the
      default field list, instead of replacing it entirely.
      6dfa04fd
    • Iustin Pop's avatar
      Update the node list fields · 16f08e82
      Iustin Pop authored
      This patch renames the pri/sec to pcnt/scnt, and adds the real primary
      and secondary instance lists, the peermap and the index of a node as
      selectable options.
      16f08e82
  2. May 20, 2010
  3. Feb 23, 2010
  4. Feb 22, 2010
  5. Feb 04, 2010
  6. Dec 29, 2009
    • Iustin Pop's avatar
      Update hbal man page to note that we use stddev · 53c24840
      Iustin Pop authored
      We actually use stddev and not the coefficient of variance (as wrongly
      noted before), so we update the documentation appropriately.
      
      We also note that the dynamic load values must be pre-normalized, since
      we don't do such a normalization in the code.
      53c24840
  7. Dec 02, 2009
  8. Nov 10, 2009
  9. Nov 09, 2009
  10. Oct 21, 2009
  11. Oct 16, 2009
  12. Oct 15, 2009
  13. Oct 14, 2009
  14. Aug 26, 2009
    • Iustin Pop's avatar
      Implement support for 'cheap' moves only · c0501c69
      Iustin Pop authored
      This patch adds support for cheap (failover/migrate) operations only in
      the balancing algorithm and in the hbal command line options.
      
      This allows a very quick balancing (compared to allowing replace-disks)
      which can be useful as a scheduled operation.
      c0501c69
  15. Jul 14, 2009
  16. 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
  17. Jun 12, 2009
  18. Jun 01, 2009
  19. May 20, 2009
    • Iustin Pop's avatar
      Allow overriding the RAPI port/scheme · e015b554
      Iustin Pop authored
      This patch adds a very dumb way to override the port and scheme for
      RAPI: if the master string doesn't contain a colon, we consider it a
      simple hostname specification, and thus prepend ‘https://’ and append
      ‘:5080’, (the default RAPI port); otherwise, we consider it a fully
      specified URL, and don't do any mangling to it.
      
      This allows to use saved RAPI responses in testing, with the “file://”
      scheme, or to use another port or non https mode with an actual RAPI
      instance.
      e015b554
  20. 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
  21. Apr 26, 2009
    • Iustin Pop's avatar
      hbal: add a --quiet option · d09b6ed3
      Iustin Pop authored
      This option is the opposite of the --verbose option, and it allows
      decreasing the verbosity level from the default of one to zero (which
      currently doesn't show the warning messages for missing disk/memory).
      d09b6ed3
  22. Apr 25, 2009
  23. Apr 20, 2009
  24. Mar 23, 2009
    • Iustin Pop's avatar
      More man page updates · d0003b35
      Iustin Pop authored
      This moves some data from README to the man pages and has other general
      improvements.
      d0003b35
  25. 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
  26. 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
    • Iustin Pop's avatar
      Show offline nodes in the node status list · 352806f7
      Iustin Pop authored
      This patch adds a new ‘-’ flag for the node status which denotes offline
      nodes.
      352806f7
  27. Mar 14, 2009
Loading