Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 916251

Summary: v7 kdump nfs test broken
Product: [Retired] Red Hat Hardware Certification Program Reporter: Brian Brock <bbrock>
Component: Test Suite (tests)Assignee: Greg Nichols <gnichols>
Status: CLOSED NOTABUG QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1CC: czhang, rlandry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-27 18:35:40 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:
Attachments:
Description Flags
output.log from v7 kdump test
none
v7-results.xml.gz from v7 -t kdump
none
output from v7 server status on v7 server
none
v7 results.xml with server dell-pem905-01.rhts.eng.bos.redhat.com none

Description Brian Brock 2013-02-27 16:10:31 UTC
Created attachment 703524 [details]
output.log from v7 kdump test

v7-1.7.0-12.el7.noarch on both v7 server and client.
RHEL-7.0-20130226.0 on all systems

v7 client is ppc64
v7 server is x86_64

the kdump nfs test fails, ultimately with a complaint that core file can't be found on the nfs server.

logs attached

Comment 1 Brian Brock 2013-02-27 16:11:28 UTC
Created attachment 703525 [details]
v7-results.xml.gz from v7 -t kdump

Comment 2 Brian Brock 2013-02-27 16:12:02 UTC
Created attachment 703526 [details]
output from v7 server status on v7 server

Comment 3 Brian Brock 2013-02-27 16:21:13 UTC
Created attachment 703530 [details]
v7 results.xml with server dell-pem905-01.rhts.eng.bos.redhat.com

Comment 4 Greg Nichols 2013-02-27 17:43:44 UTC
The local runs are likely failing due to Bug 916025, fixed in R13.

For the nfs runs, kdump is not restarting after the configuration is set:

Checking kdump configuration
Found crashkernel=64M@512M boot parameter
Kernel panic reboot timeout is 10
kdump configuration:
--------------------
path = /var/crash
link_delay = 60
core_collector = makedumpfile -c -d 31
nfs = dell-pem905-01.rhts.eng.bos.redhat.com:/var/www/v7/export
--------------------

core_collector currently set to "makedumpfile -c -d 31"
Adding xfs UUID="41551b3b-124c-43fa-81de-bdfe5524cafc" to /etc/kdump.conf
Removing nfs parameter for local target dump
updated kdump configuration:
--------------------
path = /var/crash
link_delay = 60
core_collector = makedumpfile -c -d 31
xfs = UUID="41551b3b-124c-43fa-81de-bdfe5524cafc"
--------------------

restarting kdump with new configuration...
Error: kdump restart failed
"systemctl start kdump" has output on stderr
Job for kdump.service failed. See 'systemctl status kdump.service' and 'journalctl -xn' for details.
Checking kdump service
Error: kdump is not running - can not test it

Comment 5 Greg Nichols 2013-02-27 18:35:40 UTC
Turns out the crashkernel setting was wrong.