[PATCH][pykickstart] Add support for lvm thin provisioning.

David Lehman dlehman at redhat.com
Tue Jun 25 20:53:04 UTC 2013


On Tue, 2013-06-25 at 15:41 -0500, David Lehman wrote:
> diff --git a/pykickstart/commands/autopart.py b/pykickstart/commands/autopart.py
> index c31e014..308ff25 100644
> --- a/pykickstart/commands/autopart.py
> +++ b/pykickstart/commands/autopart.py
> @@ -184,7 +184,8 @@ class F17_AutoPart(F16_AutoPart):
>          self.typeMap = { "lvm": AUTOPART_TYPE_LVM,
>                           "btrfs": AUTOPART_TYPE_BTRFS,
>                           "plain": AUTOPART_TYPE_PLAIN,
> -                         "partition": AUTOPART_TYPE_PLAIN }
> +                         "partition": AUTOPART_TYPE_PLAIN,
> +                         "thinp": AUTOPART_TYPE_LVM_THINP }

The above chunk should not be there. I'll retest without it.



More information about the anaconda-patches mailing list