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

Bug 223277

Summary: Raw I/O Performance test fails on cciss/c0d1 drive
Product: [Retired] Red Hat Hardware Certification Program Reporter: Mark Coskey <mark.coskey>
Component: Test Suite (tests)Assignee: YangKun <ykun>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 5CC: gnichols, yshao
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-30 16:50:53 UTC Type: ---
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
Results Package none

Description Mark Coskey 2007-01-18 20:22:35 UTC
Description of problem:
The Raw I/O Performance test fails on /dev/cciss/c0d1 HD due to an invalid 
path. This error is encountered at line 43 of storage.sh and the following 
details are from the output.log file:

*** Testing raw I/O performance on c0d1
./storage.sh: line 43: [: flags=direct: integer expression expected
--- sequential write
dt: 'open -> /dev/c0d1', errno = 2 - No such file or directory
dt: Error number 1 occurred on Thu Jan 18 11:54:07 2007

 It is trying to open /dev/c0d1 which appears to be an invalid path. The c0d1 
file does exist at /dev/cciss. The storage controller is a Smart Array E200i 
with two 72GB SAS HDs each a RAID 0. The OS is installed on /dev/cciss/c0d0
(LVM) and /dev/cciss/c0d1 is blank. 

Version-Release number of selected component (if applicable):
Test Kit used was the HTS-5.0-17.


How reproducible:
Failure occurs every time and is the same in RHEL5x86_64 & x86.

Steps to Reproduce:
1. On a machine with a cciss storage controller install RHEL5 1/5/2007 build, 
kernel 2.6.18-1.2961.el5xen
2. Install HTS-5.0-17
3. Create test plan (hts plan)
4. Launch storage test (hts certify --test storage)
  
Actual results:


Expected results:


Additional info: See attached results package.

Comment 1 Mark Coskey 2007-01-18 20:22:36 UTC
Created attachment 145941 [details]
Results Package

Comment 2 YangKun 2007-01-19 05:03:07 UTC
fixed in R18 .

Comment 3 YangKun 2007-01-19 05:35:01 UTC
*** Bug 222369 has been marked as a duplicate of this bug. ***

Comment 4 Mark Coskey 2007-01-30 15:06:04 UTC
Retested with HTS-5.0-21, issue fixed.