From 230958c002736444bfb36c9f0845f4f4e5253d0e Mon Sep 17 00:00:00 2001 From: Hironori Shiina Date: Fri, 4 Mar 2016 12:54:35 +0900 Subject: [PATCH] Documentation fix regarding triggering crash dump How to trigger crash dump depends on hypervisors. NMI is not the only way to implement the feature. This patch modifies description regarding this feature. Change-Id: I77d10551650776c06ee4b413f1b027abf6620e83 --- api-guide/source/server_concepts.rst | 2 +- doc/source/support-matrix.ini | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index ca3ae57752..40ebecc038 100644 --- a/api-guide/source/server_concepts.rst +++ b/api-guide/source/server_concepts.rst @@ -556,7 +556,7 @@ Server actions Trigger crash dump usually utilized by either administrator or the server's owner, it will dump the memory image as dump file into the given server, and then reboot the kernel again. And this feature depends on the setting - about the NMI in the server. + about the trigger (e.g. NMI) in the server. Server passwords ~~~~~~~~~~~~~~~~ diff --git a/doc/source/support-matrix.ini b/doc/source/support-matrix.ini index edb017ce50..427fe54d0d 100644 --- a/doc/source/support-matrix.ini +++ b/doc/source/support-matrix.ini @@ -548,10 +548,10 @@ driver-impl-libvirt-vz-ct=complete title=Trigger crash dump status=optional notes=The trigger crash dump operation is a mechanism for triggering - a crash dump in an instance by injecting an NMI (Non-maskable Interrupt) - into the instance. It provides a means to dump the production memory image - as a dump file which is useful for users. Therefore this operation is - considered optional to support. + a crash dump in an instance. The feature is typically implemented by + injecting an NMI (Non-maskable Interrupt) into the instance. It provides + a means to dump the production memory image as a dump file which is useful + for users. Therefore this operation is considered optional to support. cli= driver-impl-xenserver=missing driver-impl-libvirt-kvm-x86=complete