Bug 214897

Summary: storage test fails
Product: [Retired] Red Hat Hardware Certification Program Reporter: Irina Boverman <iboverma>
Component: Test Suite (tests)Assignee: YangKun <ykun>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5Keywords: Reopened
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-01 20:39:19 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
result rpm none

Description Irina Boverman 2006-11-09 21:37:03 UTC
Description of problem:
storage test fails
Version-Release number of selected component (if applicable):
hts-5.0-6.noarch.rpm

How reproducible:
always

Steps to Reproduce:
1.install using one disk
2.hts certify -t storage
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Irina Boverman 2006-11-09 21:37:03 UTC
Created attachment 140840 [details]
result rpm

Comment 2 YangKun 2006-11-10 02:42:24 UTC
there are 2 hard drives in your test machine, and it seems you choosed the
default partitioning method provided by RHEL5, it created a LVM which used both
of the 2 disks. And installed RHEL5 in that LVM(files are spread to 2 disks),
and so, the RHEL5 acctually installed on both 2 disks, not on a single disk,
this violates the
rule(https://hardware.redhat.com/hwcert/doc/s2-rhr2installuse.html):
------------------
Important: to be able to properly test disk storage, Red Hat Enterprise Linux
must be installed on a single disk. There may be any number of extra, unused
disks present in the machine., but the entire install of the operating system
must be confined to a single disk. If Red Hat Enterprise Linux is installed
using more than one disk, some of the disks used for installation will be
unusable for testing. This applies to hardware RAID storage as well as
conventional disks. When installing to a hardware RAID-enabled system, be sure
to put all operating system partitions on the same RAID volume. 
------------------

So please re-install the RHEL5 and make sure the LVM only include 1 disk, leave
the another disk alone. Or you can choose not to use LVM and manually partition
the disk.

The storage test in HTS has the same requirements as the storage test in rhr2.



Comment 3 Irina Boverman 2006-11-10 17:01:51 UTC
I verified that OS was installed on one disk only, but during installation I did
not clear second disk, and this is why it looks like it is still in use. Either
we need better insructions for install or we need to improve the test. 

Comment 4 Irina Boverman 2006-12-01 20:39:19 UTC
Will review and revise install notes.