doc/kdump.conf: Local dump path should be <mnt>/<path>/%HOST_IP-%DATE
Resolves: bz1561837 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1561837 Currently 'kdump.conf' and 'kdump.conf MAN page' entries state that the local dump path should be: <fs type> <partition> - Will mount -t <fs type> <partition> <mnt>, and copy /proc/vmcore to <mnt>/<path>/%DATE/. The correct vmcore path instead should be: <mnt>/<path>/%HOST_IP-%DATE/ Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com> Acked-by: Dave Young <dyoung@redhat.com> Acked-by: Kairui Song <kasong@redhat.com>
This commit is contained in:
parent
65807d9855
commit
31222d611d
@ -32,7 +32,7 @@
|
||||
#
|
||||
# <fs type> <partition>
|
||||
# - Will mount -t <fs type> <partition> <mnt>, and copy
|
||||
# /proc/vmcore to <mnt>/<path>/%DATE/.
|
||||
# /proc/vmcore to <mnt>/<path>/%HOST_IP-%DATE/.
|
||||
# NOTE: <partition> can be a device node, label or uuid.
|
||||
# It's recommended to use persistent device names
|
||||
# such as /dev/vg/<devname>.
|
||||
|
@ -55,7 +55,7 @@ The default value is /root/.ssh/kdump_id_rsa.
|
||||
.B <fs type> <partition>
|
||||
.RS
|
||||
Will mount -t <fs type> <partition> <mnt>, and copy /proc/vmcore to
|
||||
<mnt>/<path>/%DATE/. NOTE: <partition> can be a device node, label
|
||||
<mnt>/<path>/%HOST_IP-%DATE/. NOTE: <partition> can be a device node, label
|
||||
or uuid. It's recommended to use persistent device names such as
|
||||
/dev/vg/<devname>. Otherwise it's suggested to use label or uuid.
|
||||
.RE
|
||||
|
Loading…
Reference in New Issue
Block a user