]> git.proxmox.com Git - pve-docs.git/commitdiff
add pvescheduler docs and manpage
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 11 Nov 2021 11:07:04 +0000 (12:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Nov 2021 15:21:40 +0000 (16:21 +0100)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
pve-admin-guide.adoc
pvescheduler.adoc [new file with mode: 0644]

index b32b55b3192e09cc9b4e3fcf9eeef08c7b10435d..d0a1637ee34f89edc78d9bf0a89a6eb4758c71f7 100644 (file)
@@ -66,6 +66,8 @@ include::pvestatd.adoc[]
 
 include::spiceproxy.adoc[]
 
+include::pvescheduler.adoc[]
+
 :leveloffset: 0
 
 
@@ -291,6 +293,13 @@ include::pve-ha-lrm.8-synopsis.adoc[]
 
 :leveloffset: 0
 
+*pvescheduler* - {pve} Scheduler Daemon
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+:leveloffset: 1
+include::pvescheduler.8-synopsis.adoc[]
+
+:leveloffset: 0
 
 [appendix]
 Configuration Files
@@ -301,6 +310,15 @@ include::datacenter.cfg.adoc[]
 
 :leveloffset: 0
 
+[appendix]
+Calendar Events
+---------------
+
+:leveloffset: 1
+include::calendar-events.adoc[]
+
+:leveloffset: 0
+
 [appendix]
 Firewall Macro Definitions
 --------------------------
diff --git a/pvescheduler.adoc b/pvescheduler.adoc
new file mode 100644 (file)
index 0000000..1d78ed4
--- /dev/null
@@ -0,0 +1,33 @@
+ifdef::manvolnum[]
+pvescheduler(8)
+===============
+:pve-toplevel:
+
+NAME
+----
+
+pvescheduler - PVE Scheduler Daemon
+
+
+SYNOPSIS
+--------
+
+include::pvescheduler.8-synopsis.adoc[]
+
+DESCRIPTION
+-----------
+endif::manvolnum[]
+
+ifndef::manvolnum[]
+pvescheduler - Proxmox VE Scheduler Daemon
+==========================================
+endif::manvolnum[]
+
+This deamon is responsible for starting jobs according to the schedule,
+such as replication and vzdump jobs.
+
+For vzdump jobs, it gets its configuration from the file `/etc/pve/jobs.cfg`
+
+ifdef::manvolnum[]
+include::pve-copyright.adoc[]
+endif::manvolnum[]