Revision 8dda364e

b/htools/hspace.hs
314 314
       maybeSaveData (optSaveCluster opts) "tiered" "after tiered allocation"
315 315
                     (ClusterData gl trl_nl trl_il ctags)
316 316

  
317
       printKeys $ map (\(a, fn) -> ("TSPEC_INI_" ++ a, fn tspec)) specData
317 318
       printKeys $ printStats PTiered (Cluster.totalResources trl_nl)
318 319
       printKeys [("TSPEC", intercalate " " spec_map')]
319 320
       printAllocationStats m_cpu nl trl_nl)
b/man/hspace.rst
60 60
  These represent the specifications of the instance model used for
61 61
  allocation (the memory, disk, cpu, requested nodes, disk template).
62 62

  
63
TSPEC_INI_MEM, TSPEC_INI_DSK, TSPEC_INI_CPU
64
  Only defined when the tiered mode allocation is enabled, these are
65
  similar to the above specifications but show the initial starting spec
66
  for tiered allocation.
67

  
63 68
CLUSTER_MEM, CLUSTER_DSK, CLUSTER_CPU, CLUSTER_NODES
64 69
  These represent the total memory, disk, CPU count and total nodes in
65 70
  the cluster.

Also available in: Unified diff