#
# DEVICE=/dev/sdc8
#
DEVICE=
#
# If PRESERVEDUMP is specified as "yes", then diskdump service won't format
# the device only when saving panic dump failed due to some error.
# Consequently, you need to investigate the cause which it failed and resolve
# the problem, and then must run
#     service diskdump restart
# by yourself. If saving panic dump fails again with the command above, then
# you must run
#     service diskdump enabledevice
# by yourself to enable the registered device again (i.e. the device can be used
# as the diskdump-dedicated device).
# Note that the device would be formatted by the command above, enabledevice,
# even if saving panic dump fails (i.e. the dump data would be lost).
# If a single device is registered, then diskdump is not ready to dump memory
# until the command above is finished.
# It is highly recommended that two or more devices are registered if this
# parameter is effective.
#
# PRESERVEDUMP=yes
#
# If SKIPSAVECORE is specified as "yes", then diskdump service won't save
# panic dump and format the device even if the device has panic dump.
# Consequently, you must run
#     service diskdump enabledevice
# by yourself as well as the case of PRESERVEDUMP.
# It is highly recommended that two or more devices are registered if this
# parameter is effective.
#
# SKIPSAVECORE=yes
#
# If EXPIRATION is specified as certain number of days, then the dump device
# is formatted by diskdump service when the specified days have passed since
# the memory was dumped. If EXPIRATION is specified as 0 or none, then
# the dump data has no expiration. Consequently, you must run
#     service diskdump enabledevice
# by yourself as well as the case of SKIPSAVECORE.
# Of course, a negative value is invalid for EXPIRATION, so diskdump service
# won't start.
# Note that EXPIRATION is valid only when SKIPSAVECORE is effective.
#
# EXPIRATION=0
#
# If you want to notify someone of such that the memory dump still remains
# in the registered device, set both MAILTO and FROM appropriately.
# Both parameters should be filled with appropriate email address. MAILTO should
# be specified at least one email address if you enable it. If you specify
# two or more email addresses to MAILTO, you need to separate them by commas.
# With all parameters specified appropriately, an email that is created by
# a template would be sent by diskdump service automatically when saving panic
# dump was skipped because of PRESERVEDUMP and/or SKIPSAVECORE. The template is
# located in /etc/diskdump/mail_template.us. You can edit the template as you
# wish.
# Note that both parameters are valid only when PRESERVEDUMP and/or SKIPSAVECORE
# are/is effective.
#
# MAILTO=root
# FROM=root
#
# If SALVAGEMESSAGE is specified as no, the diskdump message complement facility
# is disabled. Message complement is the facility that complements kernel
# messages recorded in kernel memory buffer, but not written to
# /var/log/messages because of system panic.
#
# SALVAGEMESSAGE=no
#
# If INITFMTSILENT is specified as yes, diskdump service won't ask you if you
# want to format the registered device when initialformat is run.
#
# INITFMTSILENT=yes
