Skip to content

Commit

Permalink
change kdump default settings to: level = 31, format = lzo (bnc #875939)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Jun 16, 2014
1 parent 0c2d3d8 commit f1c0573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Kdump.rb
Expand Up @@ -175,8 +175,8 @@ def main
"KDUMP_KEEP_OLD_DUMPS" => "5",
"KDUMP_FREE_DISK_SIZE" => "64",
"KDUMP_VERBOSE" => "3",
"KDUMP_DUMPLEVEL" => "0",
"KDUMP_DUMPFORMAT" => "compressed", #or "ELF"
"KDUMP_DUMPLEVEL" => "31",
"KDUMP_DUMPFORMAT" => "lzo",
"KDUMP_SMTP_SERVER" => "",
"KDUMP_SMTP_USER" => "",
"KDUMP_SMTP_PASSWORD" => "",
Expand Down

0 comments on commit f1c0573

Please sign in to comment.