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