|
From: <tac...@mx...> - 2005-09-02 02:36:55
|
Hi all,
These two patches improve diskdump to support multiple dump devices.
Diskdump automatically tries to dump to another device when the troubles
like I/O error occur.
Multiple dump devices can be configured as follows. The dump devices
should be delimited by ":". The number of dump devices is unlimited.
For example:
# cat /etc/sysconfig/diskdump
DEVICE=/dev/sdb6:/dev/sdb5
In this cace, if the I/O error occurs on /dev/sdb6, diskdump tries to
dump to /dev/sdb5.
Masaki Tachibana
|