From 45cb59636dc5ebc104fc77527783ec283e34b269 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 20 Dec 2010 16:31:30 +0100 Subject: [PATCH] Ajust hspace manpage for the new simulation syntax Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Balazs Lecz <leczb@google.com> --- man/hspace.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/man/hspace.rst b/man/hspace.rst index 2d701aac7..c2bb29784 100644 --- a/man/hspace.rst +++ b/man/hspace.rst @@ -333,17 +333,22 @@ The options that can be passed to the program are as follows: --simulate *description* Instead of using actual data, build an empty cluster given a node description. The *description* parameter must be a comma-separated - list of four elements, describing in order: + list of five elements, describing in order: + - the allocation policy for this node group - the number of nodes in the cluster - the disk size of the nodes, in mebibytes - the memory size of the nodes, in mebibytes - the cpu core count for the nodes - An example description would be **B20,102400,16384,4** describing a - 20-node cluster where each node has 100GiB of disk space, 16GiB of - memory and 4 CPU cores. Note that all nodes must have the same specs - currently. + An example description would be **preferred,B20,102400,16384,4** + describing a 20-node cluster where each node has 100GiB of disk + space, 16GiB of memory and 4 CPU cores. Note that all nodes must + have the same specs currently. + + This option can be given multiple times, and each new use defines a + new node group. Hence different node groups can have different + allocation policies and node count/specifications. --tiered-alloc *spec* Besides the standard, fixed-size allocation, also do a tiered -- GitLab