]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: virsh: Added note for the dump command
authorJaroslav Suchanek <jsuchane@redhat.com>
Mon, 20 Jun 2016 11:34:28 +0000 (13:34 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 20 Jun 2016 12:37:02 +0000 (14:37 +0200)
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.

tools/virsh.pod

index 98fed76901afb40ee699463a625174507f16347a..8e3ba69fd3a74bbc7f313ac3c32665b897dc4c78 100644 (file)
@@ -1355,6 +1355,11 @@ B<dump> 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<corefilepath>.
 
+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<dumpxml> I<domain> [I<--inactive>] [I<--security-info>]
 [I<--update-cpu>] [I<--migratable>]