[kexec-tools/f19] kdump.conf: uncomment default core_collector line

WANG Chao wangchao at fedoraproject.org
Fri Jan 17 05:01:27 UTC 2014


commit 5f3d0a5968cb9ebf1cae761441537ccc0f37f41b
Author: WANG Chao <chaowang at redhat.com>
Date:   Thu Jan 2 23:30:58 2014 +0800

    kdump.conf: uncomment default core_collector line
    
    Having uncommented core_collector line in default kdump.conf would help
    s-c-kdump determine which arguments to use without relying on hardcoded
    values.
    
    Signed-off-by: WANG Chao <chaowang at redhat.com>
    Acked-by: Vivek Goyal <vgoyal at redhat.com>

 kdump.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kdump.conf b/kdump.conf
index 3c411fb..a106462 100644
--- a/kdump.conf
+++ b/kdump.conf
@@ -132,7 +132,7 @@
 #ssh user at my.server.com
 #sshkey /root/.ssh/kdump_id_rsa
 path /var/crash
-#core_collector makedumpfile -l --message-level 1 -d 31
+core_collector makedumpfile -l --message-level 1 -d 31
 #core_collector scp
 #kdump_post /var/crash/scripts/kdump-post.sh
 #kdump_pre /var/crash/scripts/kdump-pre.sh


More information about the scm-commits mailing list