Revision 14e61dd1

b/man/hspace.rst
67 67
The following keys are available in the machine-readable output of the
68 68
script (all prefixed with *HTS_*):
69 69

  
70
SPEC_MEM, SPEC_DSK, SPEC_CPU, SPEC_RQN, SPEC_DISK_TEMPLATE
70
SPEC_MEM, SPEC_DSK, SPEC_CPU, SPEC_RQN, SPEC_DISK_TEMPLATE, SPEC_SPN
71 71
  These represent the specifications of the instance model used for
72
  allocation (the memory, disk, cpu, requested nodes, disk template).
72
  allocation (the memory, disk, cpu, requested nodes, disk template,
73
  spindles).
73 74

  
74 75
TSPEC_INI_MEM, TSPEC_INI_DSK, TSPEC_INI_CPU, ...
75 76
  Only defined when the tiered mode allocation is enabled, these are
76 77
  similar to the above specifications but show the initial starting spec
77 78
  for tiered allocation.
78 79

  
79
CLUSTER_MEM, CLUSTER_DSK, CLUSTER_CPU, CLUSTER_NODES
80
  These represent the total memory, disk, CPU count and total nodes in
81
  the cluster.
80
CLUSTER_MEM, CLUSTER_DSK, CLUSTER_CPU, CLUSTER_NODES, CLUSTER_SPN
81
  These represent the total memory, disk, CPU count, total nodes, and
82
  total spindles in the cluster.
82 83

  
83 84
INI_SCORE, FIN_SCORE
84 85
  These are the initial (current) and final cluster score (see the hbal
......
118 119
FIN_DSK_FREE, FIN_DSK_AVAIL, FIN_DSK_RESVD, FIN_DSK_INST, FIN_DSK_EFF
119 120
  Final disk stats, similar to the memory ones.
120 121

  
122
INI_SPN_FREE, ..., FIN_SPN_FREE, ..
123
  Initial and final spindles stats, similar to memory ones.
124

  
121 125
INI_CPU_INST, FIN_CPU_INST
122 126
  Initial and final number of virtual CPUs used by instances.
123 127

  

Also available in: Unified diff