kdump.conf: remove link_delay
Dracut and udev handles bringing up network, remove the legacy link_delay Signed-off-by: Dave Young <dyoung@redhat.com> Acked-by: Vivek Goyal <vgoyal@redhat.com>
This commit is contained in:
parent
7eb9e92430
commit
c146bafd6d
10
kdump.conf
10
kdump.conf
@ -38,15 +38,6 @@
|
|||||||
# as the initrd will automatically be populated with
|
# as the initrd will automatically be populated with
|
||||||
# a config file appropriate for the running kernel.
|
# a config file appropriate for the running kernel.
|
||||||
#
|
#
|
||||||
# link_delay <seconds>
|
|
||||||
# - Some network cards take a long time to initialize, and
|
|
||||||
# some spanning tree enabled networks do not transmit
|
|
||||||
# user traffic for long periods after a link state
|
|
||||||
# changes. This optional parameter defines a wait
|
|
||||||
# period after a link is activated in which the
|
|
||||||
# initramfs will wait before attempting to transmit
|
|
||||||
# user data.
|
|
||||||
#
|
|
||||||
# kdump_post <binary | script>
|
# kdump_post <binary | script>
|
||||||
# - This directive allows you to run a specified
|
# - This directive allows you to run a specified
|
||||||
# executable just after the memory dump process
|
# executable just after the memory dump process
|
||||||
@ -105,7 +96,6 @@
|
|||||||
#sshkey /root/.ssh/kdump_id_rsa
|
#sshkey /root/.ssh/kdump_id_rsa
|
||||||
#path /var/crash
|
#path /var/crash
|
||||||
#core_collector makedumpfile -c
|
#core_collector makedumpfile -c
|
||||||
#link_delay 60
|
|
||||||
#kdump_post /var/crash/scripts/kdump-post.sh
|
#kdump_post /var/crash/scripts/kdump-post.sh
|
||||||
#extra_bins /usr/bin/lftp
|
#extra_bins /usr/bin/lftp
|
||||||
#disk_timeout 30
|
#disk_timeout 30
|
||||||
|
@ -76,15 +76,6 @@ here, as the initrd will automatically be populated with a config file
|
|||||||
appropriate for the running kernel.
|
appropriate for the running kernel.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.B link_delay <seconds>
|
|
||||||
.RS
|
|
||||||
Some network cards take a long time to initialize, and some spanning
|
|
||||||
tree enabled networks do not transmit user traffic for long periods
|
|
||||||
after a link state changes. This optional parameter defines a wait
|
|
||||||
period after a link is activated in which the initramfs will wait
|
|
||||||
before attempting to transmit user data.
|
|
||||||
.RE
|
|
||||||
|
|
||||||
.B kdump_post <binary | script>
|
.B kdump_post <binary | script>
|
||||||
.RS
|
.RS
|
||||||
This directive allows you to run a specified
|
This directive allows you to run a specified
|
||||||
|
Loading…
Reference in New Issue
Block a user