]> git.proxmox.com Git - pve-docs.git/commitdiff
add pve-ha-crm man page
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 8 Apr 2016 06:13:23 +0000 (08:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 8 Apr 2016 06:13:23 +0000 (08:13 +0200)
Makefile
index.adoc
pve-admin-guide.adoc
pve-doc-generator.mk
pve-ha-crm.8-synopsis.adoc [new file with mode: 0644]
pve-ha-crm.adoc [new file with mode: 0644]

index eb567956bc13d23f9c7aabf5e7279be50a84a1e2..18c8753ac89b61e5952431618c5f75c0827c1941 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ DEB_SOURCES=                  \
        datacenter.cfg.adoc     \
        pveam.adoc              \
        ha-manager.adoc         \
+       pve-ha-crm.adoc         \
        pve-copyright.adoc      \
        docinfo.xml
 
@@ -79,6 +80,7 @@ PVE_ADMIN_GUIDE_SOURCES=              \
        ${QM_MAN1_SOURCES}              \
        ${QMRESTORE_MAN1_SOURCES}       \
        ${HA_MANAGER_MAN1_SOURCES}      \
+       ${PVE_HA_CRM_MAN8_SOURCES}      \
        ${PVEAM_SOURCES}                \
        ${VZDUMP_SOURCES}               \
        images/cluster-nwdiag.svg       \
@@ -126,7 +128,7 @@ all: pve-admin-guide.html
 
 index.html: index.adoc ${PVE_ADMIN_GUIDE_SOURCES}
        $(MAKE) NOVIEW=1 pve-admin-guide.pdf pve-admin-guide.html pve-admin-guide.epub
-       $(MAKE) NOVIEW=1 pvecm.1.html qm.1.html qmrestore.1.html pct.1.html pveam.1.html pvesm.1.html pveum.1.html vzdump.1.html pve-firewall.8.html ha-manager.1.html datacenter.cfg.5.html vm.conf.5.html pct.conf.5.html
+       $(MAKE) NOVIEW=1 pvecm.1.html qm.1.html qmrestore.1.html pct.1.html pveam.1.html pvesm.1.html pveum.1.html vzdump.1.html pve-firewall.8.html ha-manager.1.html pve-ha-crm.8.html datacenter.cfg.5.html vm.conf.5.html pct.conf.5.html
        asciidoc -a "date=$(shell date)" -a "revnumber=${DOCRELEASE}" index.adoc
        test -n "$${NOVIEW}" || $(BROWSER) index.html &
 
index 091fe80cb3516270efd5707b51f890f6adf182bb..e1ee463d31b60e0c622c90004b8f0231473ec9b5 100644 (file)
@@ -30,6 +30,7 @@ include::attributes.txt[]
 | pveum        | link:pveum.1.html[pveum.1]
 | vzdump       | link:vzdump.1.html[vzdump.1]
 | ha-manager   | link:ha-manager.1.html[ha-manager.1]
+| pve-ha-crm   | link:pve-ha-crm.8.html[pve-ha-crm.8]
 | pve-firewall | link:pve-firewall.8.html[pve-firewall.8]
 | '/etc/pve/datacenter.cfg'          | link:datacenter.cfg.5.html[datacenter.cfg.5]
 | '/etc/pve/qemu-server/<VMID>.conf' | link:vm.conf.5.html[vm.conf.5]
index c7ed0ead8eb124119e4d3ae1486cf748c190afae..4d2e1b83c1863500697512b9463fe692714fbc79 100644 (file)
@@ -124,6 +124,14 @@ include::ha-manager.1-synopsis.adoc[]
 
 :leveloffset: 0
 
+*pve-ha-crm* - Cluster Ressource Manager Daemon
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+:leveloffset: 1
+include::pve-ha-crm.8-synopsis.adoc[]
+
+:leveloffset: 0
+
 [appendix]
 Configuration Files
 -------------------
index cd1ade4a55bbdd45f47cdf104b98ec0a2e51751c..3e4e0d79285bc9c81cddd936077b1eaf6107ccae 100644 (file)
@@ -63,6 +63,11 @@ HA_MANAGER_MAN1_SOURCES=                     \
        ha-manager.1-synopsis.adoc              \
        ${PVE_COMMON_DOC_SOURCES}
 
+PVE_HA_CRM_MAN8_SOURCES=                       \
+       pve-ha-crm.adoc                         \
+       pve-ha-crm.8-synopsis.adoc              \
+       ${PVE_COMMON_DOC_SOURCES}
+
 attributes.txt docinfo.xml:
        cp ${DGDIR}/$@ $@.tmp
        mv $@.tmp $@
@@ -121,6 +126,10 @@ ha-manager.1: ${HA_MANAGER_MAN1_SOURCES}
        a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage ha-manager.adoc
        test -n "$${NOVIEW}" || man -l $@
 
+pve-ha-crm.8: ${PVE_HA_CRM_MAN8_SOURCES}
+       a2x -a docinfo1 -a "manvolnum=8" -a "manversion=Release ${DOCRELEASE}" -f manpage pve-ha-crm.adoc
+       test -n "$${NOVIEW}" || man -l $@
+
 %.5: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
        a2x -a docinfo1 -a "manvolnum=5" -a "manversion=Release ${DOCRELEASE}" -f manpage $*.adoc
        test -n "$${NOVIEW}" || man -l $@
diff --git a/pve-ha-crm.8-synopsis.adoc b/pve-ha-crm.8-synopsis.adoc
new file mode 100644 (file)
index 0000000..ad02399
--- /dev/null
@@ -0,0 +1,40 @@
+*pve-ha-crm* `<COMMAND> [ARGS] [OPTIONS]`
+
+*pve-ha-crm help* `[<cmd>]` `[OPTIONS]`
+
+Get help about specified command.
+
+`<cmd>` `string` ::
+
+Command name
+
+`-verbose` `boolean` ::
+
+Verbose output format.
+
+
+
+
+*pve-ha-crm start* `[OPTIONS]`
+
+Start the daemon.
+
+`-debug` `boolean` (default=`0`)::
+
+Debug mode - stay in foreground
+
+
+
+*pve-ha-crm status*
+
+Get daemon status.
+
+
+
+*pve-ha-crm stop*
+
+Stop the daemon.
+
+
+
+
diff --git a/pve-ha-crm.adoc b/pve-ha-crm.adoc
new file mode 100644 (file)
index 0000000..547f1f9
--- /dev/null
@@ -0,0 +1,31 @@
+ifdef::manvolnum[]
+PVE({manvolnum})
+================
+include::attributes.txt[]
+
+NAME
+----
+
+pve-ha-crm - PVE Cluster Ressource Manager Daemon
+
+
+SYNOPSYS
+--------
+
+include::pve-ha-crm.8-synopsis.adoc[]
+
+DESCRIPTION
+-----------
+endif::manvolnum[]
+
+ifndef::manvolnum[]
+Cluster Ressource Manager Daemon
+================================
+include::attributes.txt[]
+endif::manvolnum[]
+
+This is the Cluster Ressource Manager Daemon.
+
+ifdef::manvolnum[]
+include::pve-copyright.adoc[]
+endif::manvolnum[]