Revision d7731f51 man/hspace.rst

b/man/hspace.rst
221 221
  at least one quarter of disk space should be left free on nodes.
222 222

  
223 223
-p, --print-nodes
224
  Prints the before and after node status, in a format designed to
225
  allow the user to understand the node's most important parameters.
226

  
227
  It is possible to customise the listed information by passing a
228
  comma-separated list of field names to this option (the field list
229
  is currently undocumented), or to extend the default field list by
230
  prefixing the additional field list with a plus sign. By default,
231
  the node list will contain the following information:
232

  
233
  F
234
    a character denoting the status of the node, with '-' meaning an
235
    offline node, '*' meaning N+1 failure and blank meaning a good
236
    node
237

  
238
  Name
239
    the node name
240

  
241
  t_mem
242
    the total node memory
243

  
244
  n_mem
245
    the memory used by the node itself
246

  
247
  i_mem
248
    the memory used by instances
249

  
250
  x_mem
251
    amount memory which seems to be in use but cannot be determined
252
    why or by which instance; usually this means that the hypervisor
253
    has some overhead or that there are other reporting errors
254

  
255
  f_mem
256
    the free node memory
257

  
258
  r_mem
259
    the reserved node memory, which is the amount of free memory
260
    needed for N+1 compliance
261

  
262
  t_dsk
263
    total disk
264

  
265
  f_dsk
266
    free disk
267

  
268
  pcpu
269
    the number of physical cpus on the node
270

  
271
  vcpu
272
    the number of virtual cpus allocated to primary instances
273

  
274
  pcnt
275
    number of primary instances
276

  
277
  scnt
278
    number of secondary instances
279

  
280
  p_fmem
281
    percent of free memory
282

  
283
  p_fdsk
284
    percent of free disk
285

  
286
  r_cpu
287
    ratio of virtual to physical cpus
288

  
289
  lCpu
290
    the dynamic CPU load (if the information is available)
291

  
292
  lMem
293
    the dynamic memory load (if the information is available)
294

  
295
  lDsk
296
    the dynamic disk load (if the information is available)
297

  
298
  lNet
299
    the dynamic net load (if the information is available)
224
  Prints the before and after node status, in a format designed to allow
225
  the user to understand the node's most important parameters. See the
226
  man page **htools**(1) for more details about this option.
300 227

  
301 228
-O *name*
302 229
  This option (which can be given multiple times) will mark nodes as

Also available in: Unified diff