Statistics
| Branch: | Tag: | Revision:

root / hbal.1 @ 0a8dd21d

History | View | Annotate | Download (18 kB)

# Date Author Comment
927aa3ee 06/01/2009 05:16 pm Iustin Pop

Add a man page for hspace

e2fa2baf 06/01/2009 12:55 pm Iustin Pop

Add copyright/license information

This doc-patch adds copyright and license information to (hopefully) all
needed files.

e015b554 05/21/2009 01:24 am Iustin Pop

Allow overriding the RAPI port/scheme

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...

00b15752 05/20/2009 12:45 am Iustin Pop

Add support for 'offline' nodes

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.

d09b6ed3 04/26/2009 05:15 pm Iustin Pop

hbal: add a --quiet option

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).

b0517d61 04/25/2009 06:40 pm Iustin Pop

hbal: Add a new min-score option

This new parameter causes the algorithm to finish (or even not start at
all) if we reach/have a score better than it.

7b255913 04/20/2009 02:13 pm Iustin Pop

Update man pages with the env variables

This patch documents the environment variables in the man pages of hbal
and hn1.

d0003b35 03/23/2009 08:58 am Iustin Pop

More man page updates

This moves some data from README to the man pages and has other general
improvements.

d2ac5526 03/23/2009 12:12 am Iustin Pop

Documentation updates

This patch adds a man page for hscan and updates the README and other
man pages with the latest changes.

04be800a 03/22/2009 01:25 am Iustin Pop

Add node memory field to Node objects

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.

352806f7 03/21/2009 01:20 pm Iustin Pop

Show offline nodes in the node status list

This patch adds a new ‘-’ flag for the node status which denotes offline
nodes.

b0045e4d 03/14/2009 09:12 pm Iustin Pop

Add a man page for hn1 and update the hbal one

A new man page and typos fixed in hbal.1.

a9211170 03/14/2009 01:53 pm Iustin Pop

Add a manpage for hbal