Bug 855269 - Support for renamed device for kdump
Summary: Support for renamed device for kdump
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kexec-tools
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dave Young
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 855270
TreeView+ depends on / blocked
 
Reported: 2012-09-07 07:29 UTC by WANG Chao
Modified: 2012-11-05 09:09 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
: 855270 (view as bug list)
Environment:
Last Closed: 2012-11-05 09:09:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description WANG Chao 2012-09-07 07:29:02 UTC
Description of problem:

As discussed[1], kdump need to support to use a renamed block device as the dump target. Suggest to use udev to get the real device node or persistent.

Both fs dump and raw dump target need to be take care of for renamed device or a symbolic ..

[1]: http://post-office.corp.redhat.com/archives/kexec-kdump-list/2012-September/msg00009.html

Version-Release number of selected component (if applicable):
kexec-tools-2.0.3-53.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1. ln -s /dev/sda1 /dev/sda1-re; mount /dev/sda1-re
2. kdump.conf: ext4 /dev/sda1-re
3. restart kdump service
  
Actual results:
kdump service complains /dev/sda1-re isn't mounted

Expected results:


Additional info:


Note You need to log in before you can comment on or make changes to this bug.