hinfo: Adding man page
[ganeti-local] / man / hinfo.rst
1 HINFO(1) Ganeti | Version @GANETI_VERSION@
2 =========================================
3
4 NAME
5 ----
6
7 hinfo \- Cluster information printer
8
9 SYNOPSIS
10 --------
11
12 **hinfo** {backend options...} [algorithm options...] [reporting options...]
13
14 **hinfo** \--version
15
16
17 Backend options:
18
19 { **-m** *cluster* | **-L[** *path* **] [-X]** | **-t** *data-file* }
20
21 Algorithm options:
22
23 **[ -O *name...* ]**
24
25 Reporting options:
26
27 **[ -p[ *fields* ] ]**
28 **[ \--print-instances ]**
29 **[ -v... | -q ]**
30
31
32 DESCRIPTION
33 -----------
34
35 hinfo is the cluster information printer. It prints information about
36 the current cluster state and its residing nodes/instances. It's
37 similar to the output of **hbal** except that it doesn't take any action
38 is just for information purpose. This information might be useful for
39 debugging a certain cluster state.
40
41 OPTIONS
42 -------
43
44 For a detailed description about the options listed above have a look at
45 **htools(7)** and **hbal(1)**.
46
47 .. vim: set textwidth=72 :
48 .. Local Variables:
49 .. mode: rst
50 .. fill-column: 72
51 .. End: