Statistics
| Branch: | Tag: | Revision:

root / man / hinfo.rst @ bad64bf4

History | View | Annotate | Download (1 kB)

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* **]** | **-t** *data-file* |
20
**-I** *path* }
21

    
22
Algorithm options:
23

    
24
**[ -O *name...* ]**
25

    
26
Reporting options:
27

    
28
**[ -p[ *fields* ] ]**
29
**[ \--print-instances ]**
30
**[ -v... | -q ]**
31

    
32

    
33
DESCRIPTION
34
-----------
35

    
36
hinfo is the cluster information printer. It prints information about
37
the current cluster state and its residing nodes/instances. It's
38
similar to the output of **hbal** except that it doesn't take any action
39
is just for information purpose. This information might be useful for
40
debugging a certain cluster state.
41

    
42
OPTIONS
43
-------
44

    
45
For a detailed description about the options listed above have a look at
46
**htools(7)** and **hbal(1)**.
47

    
48
.. vim: set textwidth=72 :
49
.. Local Variables:
50
.. mode: rst
51
.. fill-column: 72
52
.. End: