Bug 695266 - autoinstall with cdrom/usb both fail
Summary: autoinstall with cdrom/usb both fail
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ovirt-node
Version: 6.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Mike Burns
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-11 08:39 UTC by Mohua Li
Modified: 2011-04-11 13:01 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-11 13:01:32 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Mohua Li 2011-04-11 08:39:33 UTC
Description of problem:
autoinstall with usb/cdrom fail, and drop to shell with error,

storage_init=/dev/mapper/3600508b*4f2600 storage_vol=500:500:500:500:500:500 firstboot local_boot

Starting ovirt-firstboot: Volume group "HostVG" not found
Skipping volume group HostVG

Local storage must be configured prior to installing


but with pxe as install media,the auto install could succeed,


after drop to shell, check with lvs/vgs/pvs, nothing found, and also in /dev/mapper/, just /dev/mapper/3600*4f2600 found, 

The problem is that ovirt-node doesn't even try to create a hostvg, then it report "HostVG not found" error, 







Version-Release number of selected component (if applicable):
6.0-15.9

How reproducible:
always

Steps to Reproduce:
1,install rhevh with usb/cdrom as install media,
2,boot with

storage_init=/dev/mapper/3600508b*4f2600 storage_vol=500:500:500:500:500:500 firstboot local_boot 

  
Actual results:


Expected results:


Additional info:

Comment 2 Mike Burns 2011-04-11 13:01:32 UTC
Auto-install will only trigger if storage_init and BOOTIF are both specified. 
Without that, it won't partition.  

local_boot triggers the upgrade process which will fail because no partitioning
has been done.  


This is documented here:

http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Hypervisor_Deployment_Guide/sect-Deployment_Guide-Installing_Red_Hat_Enterprise_Virtualization_Hypervisors-RHEV_Hypervisor_Kernel_Parameters_and_Automated_Installation.html


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