Re: [PATCH f14-branch master] Do not support "part --grow raid.XX" (#577432).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ack. Should we also desensitize the grow options in the create partition
dialog based on the formatting, or is that too much risk for too little
gain?

On Wed, 2010-08-11 at 11:43 -0400, Chris Lumens wrote:
> ---
>  pyanaconda/kickstart.py |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
> index 880503d..8ac5141 100644
> --- a/pyanaconda/kickstart.py
> +++ b/pyanaconda/kickstart.py
> @@ -684,6 +684,9 @@ class PartitionData(commands.partition.F12_PartData):
>              if devicetree.getDeviceByName(kwargs["name"]):
>                  raise KickstartValueError, formatErrorMsg(self.lineno, msg="RAID partition defined multiple times")
>  
> +            if self.grow:
> +                raise KickstartValueError, formatErrorMsg(self.lineno, msg="--grow is not supported for RAID partitions")
> +
>              # store "raid." alias for other ks partitioning commands
>              if self.onPart:
>                  anaconda.ksdata.onPart[kwargs["name"]] = self.onPart


_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux