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 790457 - [RFE] Support allocation of space to be left unused in a LVM volume group
Summary: [RFE] Support allocation of space to be left unused in a LVM volume group
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: pykickstart
Version: 6.2
Hardware: All
OS: Linux
high
medium
Target Milestone: rc
: 6.2
Assignee: David Lehman
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On: 663647
Blocks: 607248 GSS_6_2_PROPOSED 703208 750638 761078 873441 874112
TreeView+ depends on / blocked
 
Reported: 2012-02-14 15:18 UTC by David Lehman
Modified: 2012-11-07 14:32 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Change: Two new options were added to the kickstart volgroup command to specify initially unused space in megabytes or as a percentage of the total volume group size. These options are only valid for volume groups being created during installation. Result: Users can effectively reserve space in a new volume group for snapshots while still using the --grow option for logical volumes within the same volume group.
Clone Of: 663647
: 873441 (view as bug list)
Environment:
Last Closed: 2012-06-20 14:06:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2012:0882 0 normal SHIPPED_LIVE pykickstart bug fix and enhancement update 2012-06-19 20:47:34 UTC

Comment 2 Alexander Todorov 2012-04-04 11:33:15 UTC
On 8GiB disk image I did:

clearpart --all --initlabel
part /boot --fstype=ext4 --size=500
part pv.253002 --grow --size=1
volgroup vg_root --pesize=1024 --reserved-space=2048 pv.253002
logvol / --fstype=ext4 --name=lv_root --vgname=vg_root --grow --size=1024
logvol swap --name=lv_swap --vgname=vg_root --size=1024


# vgs
  VG      #PV #LV #SN Attr   VSize VFree
  vg_root   1   2   0 wz--n- 7,51g 2,00g


# vgdisplay vg_root | grep Size
  VG Size               7,51 GiB
  PE Size               1,00 MiB
  Alloc PE / Size       5642 / 5,51 GiB
  Free  PE / Size       2048 / 2,00 GiB

# lvs
  LV      VG      Attr     LSize Pool Origin Data%  Move Log Copy%  Convert
  lv_root vg_root -wi-ao-- 4,51g                                           
  lv_swap vg_root -wi-ao-- 1,00g 



Sizes match expectations. 


Then I did:

clearpart --all --initlabel
part /boot --fstype=ext4 --size=500
part pv.253002 --grow --size=1
volgroup vg_root --pesize=1024 --reserved-percent=10 pv.253002
logvol / --fstype=ext4 --name=lv_root --vgname=vg_root --grow --size=1024
logvol swap --name=lv_swap --vgname=vg_root --size=1024


# vgs
  VG      #PV #LV #SN Attr   VSize VFree  
  vg_root   1   2   0 wz--n- 7,51g 769,00m

# vgdisplay vg_root | grep Size
  VG Size               7,51 GiB
  PE Size               1,00 MiB
  Alloc PE / Size       6921 / 6,76 GiB
  Free  PE / Size       769 / 769,00 MiB

# lvs
  LV      VG      Attr     LSize Pool Origin Data%  Move Log Copy%  Convert
  lv_root vg_root -wi-ao-- 5,76g                                           
  lv_swap vg_root -wi-ao-- 1,00g         


Moving to VERIFIED.

Comment 3 David Lehman 2012-04-20 20:52:23 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
Change: Two new options were added to the kickstart volgroup command to specify initially unused space in megabytes or as a percentage of the total volume group size. These options are only valid for volume groups being created during installation.

Result: Users can effectively reserve space in a new volume group for snapshots while still using the --grow option for logical volumes within the same volume group.

Comment 5 errata-xmlrpc 2012-06-20 14:06:28 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-2012-0882.html


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