make kdump saving directory name consistent with RHEL6
Now we use the pattern: <machine/ipaddr>-YYYY.MM.DD-HH:MM:SS while rhel6 uses the following: <machine/ipaddr>-YYYY-MM-DD-HH:MM:SS This change may break someone's script and we should change it back to keep consistent between releases. Signed-off-by: WANG Chao <chaowang@redhat.com> Acked-by: Baoquan He <bhe@redhat.com> Acked-by: Minfei Huang <mhuang@redhat.com>
This commit is contained in:
parent
dcad90ac4f
commit
84f94be90b
@ -7,7 +7,7 @@ CORE_COLLECTOR=""
|
||||
DEFAULT_CORE_COLLECTOR="makedumpfile -l --message-level 1 -d 31"
|
||||
DMESG_COLLECTOR="/sbin/vmcore-dmesg"
|
||||
DEFAULT_ACTION="reboot"
|
||||
DATEDIR=`date +%Y.%m.%d-%T`
|
||||
DATEDIR=`date +%Y-%m-%d-%T`
|
||||
HOST_IP='127.0.0.1'
|
||||
DUMP_INSTRUCTION=""
|
||||
SSH_KEY_LOCATION="/root/.ssh/kdump_id_rsa"
|
||||
|
Loading…
Reference in New Issue
Block a user