This commit is contained in:
parent
f076a8f52c
commit
343f0697d3
@ -357,8 +357,9 @@ saving any data. Also don't use the currently used swap partition.
|
|||||||
|
|
||||||
This option specifies how many previous dumps are kept. If the number of
|
This option specifies how many previous dumps are kept. If the number of
|
||||||
saved dump files exceeds this number, the dumper removes older dumps.
|
saved dump files exceeds this number, the dumper removes older dumps.
|
||||||
You can prevent automatic removal by setting this to "0" (zero). The
|
You can prevent automatic removal by setting this to "0" (zero).
|
||||||
default value is "5".
|
Set KDUMP_KEEP_OLD_DUMPS to "-2" is you want to delete all old dumps
|
||||||
|
before saving the new dump. The default value is "5".
|
||||||
|
|
||||||
|
|
||||||
- KDUMP_FREE_DISK_SIZE
|
- KDUMP_FREE_DISK_SIZE
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 27 14:56:14 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
- update documentation for deleting all dumps (#302257)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 17 07:25:19 CEST 2007 - olh@suse.de
|
Tue Jul 17 07:25:19 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Requires: %insserv_prereq %fillup_prereq
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Tools for fast kernel loading
|
Summary: Tools for fast kernel loading
|
||||||
Version: 1.101
|
Version: 1.101
|
||||||
Release: 119
|
Release: 122
|
||||||
Source: %{name}-%{package_version}.tar.bz2
|
Source: %{name}-%{package_version}.tar.bz2
|
||||||
Source1: kdump
|
Source1: kdump
|
||||||
Source2: sysconfig.kdump
|
Source2: sysconfig.kdump
|
||||||
@ -142,6 +142,8 @@ true # ignore errors
|
|||||||
/var/adm/fillup-templates/sysconfig.kdump
|
/var/adm/fillup-templates/sysconfig.kdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 27 2007 - bwalle@suse.de
|
||||||
|
- update documentation for deleting all dumps (#302257)
|
||||||
* Tue Jul 17 2007 - olh@suse.de
|
* Tue Jul 17 2007 - olh@suse.de
|
||||||
- workaround gcc code analyzing bug
|
- workaround gcc code analyzing bug
|
||||||
* Mon Jul 16 2007 - olh@suse.de
|
* Mon Jul 16 2007 - olh@suse.de
|
||||||
|
@ -106,6 +106,9 @@ KDUMP_SAVEDIR="file:///var/log/dump"
|
|||||||
# exceeds this number, older dumps are removed.
|
# exceeds this number, older dumps are removed.
|
||||||
#
|
#
|
||||||
# You can prevent the automatic removal by setting zero to this.
|
# You can prevent the automatic removal by setting zero to this.
|
||||||
|
# Set KDUMP_KEEP_OLD_DUMPS to "-2" is you want to delete all old
|
||||||
|
# dumps before saving the new dump.
|
||||||
|
#
|
||||||
# The default value is 5.
|
# The default value is 5.
|
||||||
#
|
#
|
||||||
KDUMP_KEEP_OLD_DUMPS=5
|
KDUMP_KEEP_OLD_DUMPS=5
|
||||||
|
Loading…
Reference in New Issue
Block a user