[PATCH] Use the latest version of the RAID kickstart handler.

Brian C. Lane bcl at redhat.com
Wed Aug 21 14:41:57 UTC 2013


On Wed, Aug 21, 2013 at 10:23:26AM -0400, Chris Lumens wrote:
> ---
>  pyanaconda/kickstart.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
> index 8b99698..c923bfa 100644
> --- a/pyanaconda/kickstart.py
> +++ b/pyanaconda/kickstart.py
> @@ -1060,7 +1060,7 @@ class PartitionData(commands.partition.F18_PartData):
>                                       parents=request)
>              storage.createDevice(luksdev)
>  
> -class Raid(commands.raid.F19_Raid):
> +class Raid(commands.raid.F20_Raid):
>      def execute(self, storage, ksdata, instClass):
>          for r in self.raidList:
>              r.execute(storage, ksdata, instClass)
> -- 
> 1.8.1.2
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20130821/22887a63/attachment.sig>


More information about the anaconda-patches mailing list