From c146bafd6d6a5fa8c544026021a6df3736399903 Mon Sep 17 00:00:00 2001 From: Dave Young Date: Wed, 6 Jun 2012 16:22:25 +0800 Subject: [PATCH] kdump.conf: remove link_delay Dracut and udev handles bringing up network, remove the legacy link_delay Signed-off-by: Dave Young Acked-by: Vivek Goyal --- kdump.conf | 10 ---------- kdump.conf.5 | 9 --------- 2 files changed, 19 deletions(-) diff --git a/kdump.conf b/kdump.conf index 0b8aea2..faa957e 100644 --- a/kdump.conf +++ b/kdump.conf @@ -38,15 +38,6 @@ # as the initrd will automatically be populated with # a config file appropriate for the running kernel. # -# link_delay -# - 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 # - This directive allows you to run a specified # executable just after the memory dump process @@ -105,7 +96,6 @@ #sshkey /root/.ssh/kdump_id_rsa #path /var/crash #core_collector makedumpfile -c -#link_delay 60 #kdump_post /var/crash/scripts/kdump-post.sh #extra_bins /usr/bin/lftp #disk_timeout 30 diff --git a/kdump.conf.5 b/kdump.conf.5 index 2949f89..39ab01a 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -76,15 +76,6 @@ here, as the initrd will automatically be populated with a config file appropriate for the running kernel. .RE -.B link_delay -.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 .RS This directive allows you to run a specified