- Jul 18, 2010
-
-
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.
-
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.
-
- May 20, 2010
-
-
Iustin Pop authored
After the name patches, we can pass in either the short or the full name, so update the hbal man page accordingly.
-
- Feb 23, 2010
-
-
Iustin Pop authored
-
- Feb 22, 2010
-
-
Iustin Pop authored
Signed-off-by:
Iustin Pop <iustin@google.com>
-
- Feb 04, 2010
-
-
Iustin Pop authored
-
- Dec 29, 2009
-
-
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.
-
- Dec 02, 2009
-
-
Iustin Pop authored
-
- Nov 10, 2009
-
-
Iustin Pop authored
This reduces warnings from lintian when building Debian packages.
-
Iustin Pop authored
The print nodes option can now accept an optional field list to customise the output. This is ugly, since the field names do not match the header names, but it is at least barely customisable (at runtime).
-
- Nov 09, 2009
-
-
Iustin Pop authored
Also fixes some other small issues in man pages.
-
Iustin Pop authored
This fixed the unbalanced secondary instances on partially empty clusters, and helps in general for the cases where real utilisation data is not available.
-
- Oct 21, 2009
-
-
Iustin Pop authored
The ordering was wrong, was showing node list details under --print-instances.
-
- Oct 16, 2009
-
-
Iustin Pop authored
-
Iustin Pop authored
The strange printf usage is due to some limitation (it seems) in ghc for very long argument lists. The whole printout should be rewritten later.
-
- Oct 15, 2009
-
-
Iustin Pop authored
This is similar to --print-nodes, but with much fewer fields.
-
- Oct 14, 2009
-
-
Iustin Pop authored
Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
-
- Aug 26, 2009
-
-
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.
-
- Jul 14, 2009
-
-
Iustin Pop authored
This patch beautifies the man pages for hbal and hspace.
-
Iustin Pop authored
-
- Jul 05, 2009
-
-
Iustin Pop authored
hn1 was deprecated for a while and this patch removes it altogether. The support code in Cluster.hs is also removed.
-
- Jun 12, 2009
-
-
Iustin Pop authored
-
- Jun 01, 2009
-
-
Iustin Pop authored
-
Iustin Pop authored
This doc-patch adds copyright and license information to (hopefully) all needed files.
-
- May 20, 2009
-
-
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.
-
- May 19, 2009
-
-
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.
-
- Apr 26, 2009
-
-
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).
-
- Apr 25, 2009
-
-
Iustin Pop authored
This new parameter causes the algorithm to finish (or even not start at all) if we reach/have a score better than it.
-
- Apr 20, 2009
-
-
Iustin Pop authored
This patch documents the environment variables in the man pages of hbal and hn1.
-
- Mar 23, 2009
-
-
Iustin Pop authored
This moves some data from README to the man pages and has other general improvements.
-
- Mar 22, 2009
-
-
Iustin Pop authored
This patch adds a man page for hscan and updates the README and other man pages with the latest changes.
-
- Mar 21, 2009
-
-
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.
-
Iustin Pop authored
This patch adds a new ‘-’ flag for the node status which denotes offline nodes.
-
- Mar 14, 2009
-
-
Iustin Pop authored
A new man page and typos fixed in hbal.1.
-
Iustin Pop authored
-