From: Jaroslav Suchanek Date: Mon, 20 Jun 2016 11:34:28 +0000 (+0200) Subject: docs: virsh: Added note for the dump command X-Git-Tag: v2.0.0-rc1~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd14032b39c8682b822c7055db5668302686fbcf;p=thirdparty%2Flibvirt.git docs: virsh: Added note for the dump command Crash dump in a old kvmdump format is being obsolete and cannot be loaded and processed by crash utility since its version 6.1.0. A --memory-only option is required in order to produce valid ELF file which can be later processed by the crash utility. A new note is added to the dump command description. --- diff --git a/tools/virsh.pod b/tools/virsh.pod index 98fed76901..8e3ba69fd3 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1355,6 +1355,11 @@ B command. I<--verbose> displays the progress of dump. NOTE: Some hypervisors may require the user to manually ensure proper permissions on file and path specified by argument I. +NOTE: Crash dump in a old kvmdump format is being obsolete and cannot be loaded +and processed by crash utility since its version 6.1.0. A --memory-only option +is required in order to produce valid ELF file which can be later processed by +the crash utility. + =item B I [I<--inactive>] [I<--security-info>] [I<--update-cpu>] [I<--migratable>]