Configuring the collection of QEMU core dumps
Exclude the memory of a virtual server when collecting QEMU core dumps on the host.
Procedure
To exclude the memory of a virtual server from a QEMU core
dump, specify:
(see <memory>)
| memory dumpCore attribute: | off |
Example
<domain type="kvm">
<name>vserv1</name>
<memory unit="MB" dumpCore="off">512</memory>
...
<domain>