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 1022375 - Miss create "Data" logical volume when using the default value of "Data" in storage_vol_page
Summary: Miss create "Data" logical volume when using the default value of "Data" in s...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ovirt-node
Version: 6.5
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Fabian Deutsch
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 1000272
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-23 07:39 UTC by haiyang,dong
Modified: 2014-01-21 19:55 UTC (History)
14 users (show)

Fixed In Version: ovirt-node-3.0.1-10.el6
Doc Type: Bug Fix
Doc Text:
Previously, the storage volume space retrieved the default value for the data volume size from ovirtfunctions. This resulted in the data volume size being set as -1 on the first run and displaying properly while leaving the model size set to 0. Now, a default size of 0 is returned when running the TUI installer, so the volume is properly created.
Clone Of: 1000272
Environment:
Last Closed: 2014-01-21 19:55:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2014:0033 0 normal SHIPPED_LIVE ovirt-node bug fix and enhancement update 2014-01-22 00:14:30 UTC
oVirt gerrit 19857 0 None None None Never

Description haiyang,dong 2013-10-23 07:39:47 UTC
+++ This bug was initially created as a clone of Bug #1000272 +++

Description of problem:
boot ovirt-node-iso-3.1.0-0.999.999.20130822204541gitb3a1a44.284.fc18.iso, after enter into storage_vol_page,
didn't change any item values of storage_vol_page, just using the default values to partition.
But Miss create "Data" logical volume when using the default value of "Data" in  storage_vol_page(lvs.png)

no this issue when using custom "Data" value to create "Data" logical volume.

 


Version-Release number of selected component (if applicable):
ovirt-node-iso-3.1.0-0.999.999.20130822204541gitb3a1a44.284.fc18.iso

How reproducible:
100% 
 
Steps to Reproduce:

Actual result:
Miss create "Data" logical volume when using the default value of "Data" in  storage_vol_page

Expect result:
create "Data" logical volume  success when using the default value of "Data" in  storage_vol_page

Additional info:

Comment 5 haiyang,dong 2013-10-26 11:40:50 UTC
Test version:
rhevh-6.5-20131024.1.0.iso
ovirt-node-3.0.1-6.el6.noarch

Test steps:
1. Boot ISO and let the installer start
2. Keep the default (let the data lv grab all remainaing space)
3. Let the installer finish
4. Drop to shell and check that the Data LV exists.
$ lvs
  LV      VG     Attr       LSize   Pool Origin Data%  Move Log Cpy%Sync Convert
  Config  HostVG -wi-ao----   8.00m                                             
  Data    HostVG -wi-ao---- 287.58g                                             
  Logging HostVG -wi-ao----   2.00g                                             
  Swap    HostVG -wi-ao----   7.79g

1. Boot ISO and let the installer start
2. Set a custom Data size (e.g. 2048)
3. Let the installer finish
4. Drop to shell and check that the Data LV exists and has approx. the correct size:
$ lvs
  LV      VG     Attr       LSize Pool Origin Data%  Move Log Cpy%Sync Convert
  Config  HostVG -wi-ao---- 8.00m                                             
  Data    HostVG -wi-ao---- 2.00g                                             
  Logging HostVG -wi-ao---- 2.00g                                             
  Swap    HostVG -wi-ao---- 2.43g 

so this bug has been fixed, change it into "VERIFIED".

Comment 6 haiyang,dong 2013-12-13 06:03:53 UTC
Met this issue on version ovirt-node-3.0.1-8.el6_5.noarch.rpm, so need to re-assigned this bug. Also it's a regression bug from ovirt-node-3.0.1-6.el6.noarch to ovirt-node-3.0.1-8.el6_5.noarch.

Comment 9 haiyang,dong 2013-12-23 01:49:28 UTC
Test version:
rhevh-6.5-20131220.0.iso
ovirt-node-3.0.1-13.el6_5.noarch

Test steps:
1. Boot ISO and let the installer start
2. Keep the default (let the data lv grab all remainaing space)
3. Let the installer finish
4. Drop to shell and check that the Data LV exists.
$ lvs
  LV      VG     Attr       LSize Pool Origin Data%  Move Log Cpy%Sync Convert
  Config  HostVG -wi-ao---- 8.00m                                             
  Data    HostVG -wi-ao---- 8.82g                                             
  Logging HostVG -wi-ao---- 2.00g                                             
  Swap    HostVG -wi-ao---- 2.43g  

1. Boot ISO and let the installer start
2. Set a custom Data size (e.g. 2048)
3. Let the installer finish
4. Drop to shell and check that the Data LV exists and has approx. the correct size:
$ lvs
   LV      VG     Attr       LSize Pool Origin Data%  Move Log Cpy%Sync Convert
  Config  HostVG -wi-ao---- 8.00m                                             
  Data    HostVG -wi-ao---- 2.00g                                             
  Logging HostVG -wi-ao---- 2.00g                                             
  Swap    HostVG -wi-ao---- 2.43g   

1. Boot ISO and let the installer start
2. Set a custom Data size (e.g. 0)
3. Let the installer finish
4. Drop to shell and check that the Data LV exists and has approx. the correct size:
$ lvs
  LV      VG     Attr       LSize Pool Origin Data%  Move Log Cpy%Sync Convert
  Config  HostVG -wi-ao---- 8.00m                                             
  Logging HostVG -wi-ao---- 2.00g                                             
  Swap    HostVG -wi-ao---- 2.43g 

so this bug has been fixed, after the status of this bug changed into "ON_QA", I'll verify it.

Comment 10 haiyang,dong 2013-12-24 02:28:30 UTC
According to comment 9, change the status into "verified".

Comment 11 haiyang,dong 2014-01-20 10:14:13 UTC
Also this bug was fixed in the follow version:
rhevh-6.5-20140110.1
ovirt-node-3.0.1-16.el6_5.noarch

Comment 13 errata-xmlrpc 2014-01-21 19:55:38 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-2014-0033.html


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