From 63afab965c763918d48e3b55941236811edad410 Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 19 Jun 2025 18:47:56 +0000 Subject: [PATCH] docs: update virt/vm --- virt/vm.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/virt/vm.md b/virt/vm.md index ac59659..4907965 100644 --- a/virt/vm.md +++ b/virt/vm.md @@ -2,7 +2,7 @@ title: Machine definition description: Virtual machine hardware published: true -date: 2025-06-19T18:35:44.609Z +date: 2025-06-19T18:47:54.376Z tags: editor: markdown dateCreated: 2025-06-01T17:37:29.262Z @@ -237,6 +237,8 @@ In the following example, the hardware clock uses [UTC](https://en.wikipedia.org ## Events configuration +This define section defines action when guest OS triggers a lifecycle operation. + ``` [...] @@ -247,3 +249,9 @@ In the following example, the hardware clock uses [UTC](https://en.wikipedia.org ``` +Despite its scary name, the `destroy` means that the domain will be terminated completely and all associated resources released, not that the domain will be erased. + +### Resources about events configuration + +- [Events configuration on libvirt website](https://libvirt.org/formatdomain.html#events-configuration) +