Bug 968904

Summary: vmcore save path name: TIMEZONE is not right
Product: [Fedora] Fedora Reporter: Dave Young <ruyang>
Component: kexec-toolsAssignee: WANG Chao <chaowang>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: 19CC: bhe, nhorman, ruyang, xiyou.wangcong
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: kexec-tools-2.0.4-7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-05 07:22:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dave Young 2013-05-30 09:03:59 UTC
Description of problem:

Kdump captured vmcore dir format is like this
127.0.0.1-2013.05.30-08:45:10

But the actual time should be 13:45:10, there's 8 hours shift, this is because  UTC +0800 is used in 1st kernel


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Dave Young 2013-07-29 08:12:30 UTC
From Harald:

Hmm, people do not like it :-/

Bug 981617 - please take /etc/adjtime out of the initramfs so it doesn't
override the existing file system version

https://bugzilla.redhat.com/show_bug.cgi?id=981617

The patch will probably been reverted in dracut. We'd better add this logic in kdump code.

Reopen this bug.

Comment 3 WANG Chao 2013-08-01 09:31:41 UTC
Since dracut fix is reverted due to lots of complains, re-implemented in kdump module.