[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Do an lvm.clampLVSizeRequest to the new size. (#480793)
- From: Joel Granados <jgranado redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] Do an lvm.clampLVSizeRequest to the new size. (#480793)
- Date: Mon, 26 Jan 2009 11:47:50 -0500 (EST)
This one is no good. checkout the next one.
----- "Joel Granados Moreno" <jgranado redhat com> wrote:
> ---
> autopart.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/autopart.py b/autopart.py
> index 7f47e3d..372c112 100644
> --- a/autopart.py
> +++ b/autopart.py
> @@ -579,7 +579,7 @@ def growLogicalVolumes(diskset, requests):
> if req.maxSizeMB:
> newsize = min(newsize, req.maxSizeMB)
>
> - req.size = newsize
> + req.size = lvm.clampLVSizeRequest(newsize,
> vgreq.pesize)
> if req.size != cursize[req.logicalVolumeName]:
> nochange = 0
>
> --
> 1.6.0.6
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list redhat com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
--
Joel Andres Granados
Red Hat / Brno Czech Republic
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]