Document the rapi client not to have a QueryNetworks method
[ganeti-local] / man / harep.rst
1 HAREP(1) Ganeti | Version @GANETI_VERSION@
2 =========================================
3
4 NAME
5 ----
6
7 harep - Ganeti auto-repair tool
8
9 SYNOPSIS
10 --------
11
12 **harep** [ [**-L** | **\--luxi** ] = *socket* ] [ --job-delay = *seconds* ]
13
14 **harep** \--version
15
16 DESCRIPTION
17 -----------
18
19 harep is the Ganeti auto-repair tool. It is able to detect that an instance is
20 broken and to generate a sequence of jobs that will fix it, in accordance to the
21 policies set by the administrator.
22
23 OPTIONS
24 -------
25
26 The options that can be passed to the program are as follows:
27
28 -L *socket*, \--luxi=*socket*
29   collect data via Luxi, optionally using the given *socket* path.
30
31 \--job-delay=*seconds*
32   insert this much delay before the execution of repair jobs to allow the tool
33   to continue processing instances.
34
35 .. vim: set textwidth=72 :
36 .. Local Variables:
37 .. mode: rst
38 .. fill-column: 72
39 .. End: