[blivet][master/rhel7-branch] Two patches for our troubles with extents

Vratislav Podzimek vpodzime at redhat.com
Wed Mar 5 17:12:53 UTC 2014


PATCH 1/2 fixes an issue with existing VGs and LVs that has been introduced with
the commit b82b638aa53fbaa375e6e038c2b2251a8e145c52. PATCH 2/2 does the best
thing we can probably do to solve our issues with fitting the LVs in VGs --
limits the LV size with the free space of the VG. So all LVs except for the last
one should be created as usual with the last one being possibly shrunk a bit if
its size exceeds the VG's free space.

Vratislav Podzimek (2):
  Only count with the extra metadata extents in new VGs and LVs
    (#1072999)
  Limit the LV size to VG's free space size

 blivet/devices.py | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

-- 
1.8.5.3



More information about the anaconda-patches mailing list