mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-20 19:45:22 +00:00
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.
This commit is contained in:
parent
0cd5a726e3
commit
dd14032b39
@ -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
|
NOTE: Some hypervisors may require the user to manually ensure proper
|
||||||
permissions on file and path specified by argument I<corefilepath>.
|
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>]
|
=item B<dumpxml> I<domain> [I<--inactive>] [I<--security-info>]
|
||||||
[I<--update-cpu>] [I<--migratable>]
|
[I<--update-cpu>] [I<--migratable>]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user