Add the man page for the Ganeti auto-repair tool.
Signed-off-by: Michele Tartara <[email protected]>
---
Makefile.am | 1 +
man/harep.rst | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 man/harep.rst
diff --git a/Makefile.am b/Makefile.am
index 013e424..ffdee66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -996,6 +996,7 @@ man_MANS = \
man/gnt-os.8 \
man/gnt-storage.8 \
man/hail.1 \
+ man/harep.1 \
man/hbal.1 \
man/hcheck.1 \
man/hinfo.1 \
diff --git a/man/harep.rst b/man/harep.rst
new file mode 100644
index 0000000..e07b4db
--- /dev/null
+++ b/man/harep.rst
@@ -0,0 +1,39 @@
+HAREP(1) Ganeti | Version @GANETI_VERSION@
+=========================================
+
+NAME
+----
+
+harep - Ganeti auto-repair tool
+
+SYNOPSIS
+--------
+
+**harep** [ [**-L** | **\--luxi** ] = *socket* ] [ --job-delay = *seconds* ]
+
+**harep** \--version
+
+DESCRIPTION
+-----------
+
+harep is the Ganeti auto-repair tool. It is able to detect that an instance is
+broken and to generate a sequence of jobs that will fix it, in accordance to
the
+policies set by the administrator.
+
+OPTIONS
+-------
+
+The options that can be passed to the program are as follows:
+
+-L *socket*, \--luxi=*socket*
+ collect data via Luxi, optionally using the given *socket* path.
+
+\--job-delay=*seconds*
+ insert this much delay before the execution of repair jobs to allow the tool
+ to continue processing instances.
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End:
--
1.7.10.4