Revision 1cc97b7f

b/htools/hspace.hs
224 224

  
225 225
  printKeys $ map (\(a, fn) -> ("SPEC_" ++ a, fn ispec)) specData
226 226
  printKeys [ ("SPEC_RQN", printf "%d" req_nodes) ]
227
  printKeys [ ("SPEC_DISK_TEMPLATE", dtToString disk_template) ]
227 228

  
228 229
  let num_instances = length $ Container.elems il
229 230

  
b/man/hspace.rst
56 56
The following keys are available in the output of the script (all
57 57
prefixed with *HTS_*):
58 58

  
59
SPEC_MEM, SPEC_DSK, SPEC_CPU, SPEC_RQN
59
SPEC_MEM, SPEC_DSK, SPEC_CPU, SPEC_RQN, SPEC_DISK_TEMPLATE
60 60
  These represent the specifications of the instance model used for
61
  allocation (the memory, disk, cpu, requested nodes).
61
  allocation (the memory, disk, cpu, requested nodes, disk template).
62 62

  
63 63
CLUSTER_MEM, CLUSTER_DSK, CLUSTER_CPU, CLUSTER_NODES
64 64
  These represent the total memory, disk, CPU count and total nodes in

Also available in: Unified diff