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: