]> git.proxmox.com Git - pve-docs.git/blame - qmeventd.adoc
pvecm: fix wrong quorum numbers
[pve-docs.git] / qmeventd.adoc
CommitLineData
b08ec024
DC
1ifdef::manvolnum[]
2qmeventd(8)
3===========
4:pve-toplevel:
5
6NAME
7----
8
9qmeventd - PVE Qemu Eventd Daemon
10
11SYNOPSIS
12--------
13
14include::qmeventd.8-synopsis.adoc[]
15
16DESCRIPTION
17-----------
18endif::manvolnum[]
19
20ifndef::manvolnum[]
21PVE Qemu Event Daemon
22=====================
23:pve-toplevel:
24endif::manvolnum[]
25
26`qmeventd` is a daemon that listens on PATH for incoming connections from
27a qemu qmp socket, and waits for SHUTDOWN events. When a client then
28disconnects, it executes `/usr/sbin/qm cleanup`. This makes it easy
29to clean up leftover tap devices, vgpus, etc.
30
31ifdef::manvolnum[]
32include::pve-copyright.adoc[]
33endif::manvolnum[]