[kexec-tools] kdump.conf remove disk_timeout

Dave Young yangrr at fedoraproject.org
Wed Jun 6 08:32:28 UTC 2012


commit 21e9e33e0bacd339dae008abb58946f9783f9272
Author: Dave Young <dyoung at redhat.com>
Date:   Wed Jun 6 16:24:14 2012 +0800

    kdump.conf remove disk_timeout
    
    disk_timeout should be handled by dracut. remove it from kdump.conf[.5]
    
    Signed-off-by: Dave Young <dyoung at redhat.com>
    Acked-by: Vivek Goyal <vgoyal at redhat.com>

 kdump.conf   |    1 -
 kdump.conf.5 |   11 -----------
 2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/kdump.conf b/kdump.conf
index 2ccfca2..6d57407 100644
--- a/kdump.conf
+++ b/kdump.conf
@@ -79,7 +79,6 @@
 path /var/crash
 #core_collector makedumpfile -c
 #extra_bins /usr/bin/lftp
-#disk_timeout 30
 #extra_modules gfs2
 #default shell
 
diff --git a/kdump.conf.5 b/kdump.conf.5
index e3da11a..9ca9e42 100644
--- a/kdump.conf.5
+++ b/kdump.conf.5
@@ -55,17 +55,6 @@ Append path to the filesystem device which you are dumping to.
 Ignored for raw device dumps.  If unset, will default to /var/crash.
 .RE
 
-.B disk_timeout <seconds>
-.RS
-Number of seconds to wait for disks to appear in sysfs prior to continuing
-Normally, the kdump initramfs waits for disks that it has determined it needs to
-use during the course of saving the vmcore.  By default, it pauses indefinately,
-but in certain cases, it may wait indefinately on disks that either wont ever
-appear (if a usb drive is removed for instance), or for disks that it actually
-doesn't need (depending on configuration).  This allows the pause to be
-terminated in those events.
-.RE
-
 .B core_collector makedumpfile <options> 
 .RS
 This directive allows you to use the dump filtering program


More information about the scm-commits mailing list