Skip to content
Snippets Groups Projects
Commit 1cc97b7f authored by Iustin Pop's avatar Iustin Pop
Browse files

hspace: also report the disk template


Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 9ef605a6
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,7 @@ main = do
printKeys $ map (\(a, fn) -> ("SPEC_" ++ a, fn ispec)) specData
printKeys [ ("SPEC_RQN", printf "%d" req_nodes) ]
printKeys [ ("SPEC_DISK_TEMPLATE", dtToString disk_template) ]
let num_instances = length $ Container.elems il
......
......@@ -56,9 +56,9 @@ output (e.g. -p, -v) will output the additional information on stderr
The following keys are available in the output of the script (all
prefixed with *HTS_*):
SPEC_MEM, SPEC_DSK, SPEC_CPU, SPEC_RQN
SPEC_MEM, SPEC_DSK, SPEC_CPU, SPEC_RQN, SPEC_DISK_TEMPLATE
These represent the specifications of the instance model used for
allocation (the memory, disk, cpu, requested nodes).
allocation (the memory, disk, cpu, requested nodes, disk template).
CLUSTER_MEM, CLUSTER_DSK, CLUSTER_CPU, CLUSTER_NODES
These represent the total memory, disk, CPU count and total nodes in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment