RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 857378 - RHEV-H create Volume group should only on user selected disk.
Summary: RHEV-H create Volume group should only on user selected disk.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ovirt-node
Version: 6.3
Hardware: x86_64
OS: All
high
high
Target Milestone: rc
: ---
Assignee: Joey Boggs
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-14 09:07 UTC by cshao
Modified: 2016-04-26 14:09 UTC (History)
12 users (show)

Fixed In Version: ovirt-node-2.5.0-5.el6
Doc Type: Bug Fix
Doc Text:
Previously, Red Hat Enterprise Virtualization Hypervisor created the hostvg not on the user-selected disk and on the booting disk. This was caused by logic error in parsing the available disks to be used during installation. This fix instructs the installer not to create the HOSTVG on the boot disk unless the user has explicitly directed it.
Clone Of:
Environment:
Last Closed: 2013-02-28 16:38:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
ovirt.log (96.90 KB, text/plain)
2012-09-14 09:08 UTC, cshao
no flags Details
vg pic (185.71 KB, image/jpeg)
2012-09-14 09:09 UTC, cshao
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0556 0 normal SHIPPED_LIVE ovirt-node bug fix and enhancement update 2013-02-28 21:29:06 UTC

Description cshao 2012-09-14 09:07:36 UTC
Description of problem:
RHEV-H create Volume group should only on user selected disk, but actually, it will create VG on user selected disk and booting disk.

Version-Release number of selected component (if applicable):
rhev-hypervisor6-6.3-20120910.0.rhev31.el6_3

How reproducible:
100%

Steps to Reproduce:
1. Boot from PXE and install RHEV-H.
2. Select hard disk to use for booting RHEV-H.
3. Select USB device to use for installation of RHEV-H.
4. Finish the installation process.
  
Actual results:
1. RHEV-H create Volume group on user selected disk and booting disk.

# pvs
  PV                                            VG     Fmt  Attr PSize   PFree
  /dev/mapper/1ATA_ST500DM002-1BD142_Z2ASNRMFp4 HostVG lvm2 a--  465.04g    0 
  /dev/mapper/1SanDiskp1                        HostVG lvm2 a--   14.91g    0 

===================
pvcreate -ff -y "/dev/mapper/1ATA_ST500DM002-1BD142_Z2ASNRMFp4"
2012-09-14 07:27:58,793 - DEBUG - ovirtfunctions -   Physical volume "/dev/mapper/1ATA_ST500DM002-1BD142_Z2ASNRMFp4" successfully created

2012-09-14 07:27:58,793 - INFO - storage - Creating volume group on /dev/mapper/1ATA_ST500DM002-1BD142_Z2ASNRMFp4
2012-09-14 07:27:59,043 - DEBUG - ovirtfunctions - vgcreate /dev/HostVG "/dev/mapper/1ATA_ST500DM002-1BD142_Z2ASNRMFp4"
2012-09-14 07:27:59,043 - DEBUG - ovirtfunctions -   Volume group "HostVG" successfully created

pvcreate -ff -y "/dev/mapper/1SanDiskp1"
2012-09-14 07:28:03,624 - DEBUG - ovirtfunctions -   Physical volume "/dev/mapper/1SanDiskp1" successfully created

2012-09-14 07:28:03,624 - INFO - storage - Extending volume group on /dev/mapper/1SanDiskp1
2012-09-14 07:28:03,916 - DEBUG - ovirtfunctions - vgextend /dev/HostVG "/dev/mapper/1SanDiskp1"
2012-09-14 07:28:03,917 - DEBUG - ovirtfunctions -   Volume group "HostVG" successfully extended


Expected results:
RHEV-H create Volume group should only on user selected disk.

Additional info:

Comment 1 cshao 2012-09-14 09:08:45 UTC
Created attachment 612779 [details]
ovirt.log

Comment 2 cshao 2012-09-14 09:09:28 UTC
Created attachment 612783 [details]
vg pic

Comment 10 errata-xmlrpc 2013-02-28 16:38:50 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0556.html


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