Skip to content

Commit e4f76bd

Browse files
authored
M #-: Polish GA section (#3137)
1 parent 64794b0 commit e4f76bd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/open_cluster_deployment/kvm_node/kvm_driver.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,15 @@ QEMU Guest Agent allows the communication of some actions with the guest OS. Thi
364364

365365
The agent package needed in the Guest OS is available in most distributions. It's called ``qemu-guest-agent`` in most of them. If you need more information you can follow these links:
366366

367-
* https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/chap-QEMU_Guest_Agent.html
368-
* http://wiki.libvirt.org/page/Qemu_guest_agent
369-
* https://wiki.qemu.org/Features/GuestAgent
367+
* `QEMU Guest Agent - libvirt <http://wiki.libvirt.org/page/Qemu_guest_agent>`_
368+
* `QEMU Guest Agent - rhel <https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/chap-QEMU_Guest_Agent.html>`_
369+
* `Guest Agent Features <https://wiki.qemu.org/Features/GuestAgent>`_
370370

371371
The communication channel with guest agent is enabled in the domain XML when the ``GUEST_AGENT`` feature is selected in the VM Template.
372372

373+
QEMU Guest Agent monitoring
374+
------------------------------------
375+
373376
You can extend the VM monitoring information with information gathered by the guest agent by setting ``:enabled`` to **true** on the file ``/var/lib/one/remotes/etc/im/kvm-probes.d/guestagent.conf``. Execute ``onehost sync --force`` afterwards. This file contains a list of ``:commands`` that will be executed when running the VM monitoring probes. The result of the execution of these commands will appear on the MONITORING section on the VM instance template.
374377

375378
By default an example command is provided, this effectively allows to detect VM crashes

0 commit comments

Comments
 (0)