[PATCH 1/2] Don't traceback when no size is given in kickstart (#1067707).

Chris Lumens clumens at redhat.com
Fri Feb 21 16:08:10 UTC 2014


> +class BZ1067707_TestCase(TestCase):
> +    components = [SwapWithRecommendedSizeComponent]
> +    name = "1067707"
> +    desc = """The members of various commands must have the correct format.
> +For instance, raid members must have mdmember, and volgroup members must have
> +lvmpv.  If they do not have this format, a KickstartValueError should be raised
> +during storage execution time.
> +
> +Note that this is different from the error condition described in the bug.
> +There, anaconda was letting the invalid format go and then hitting errors
> +much further in installation - during bootloader installation.  The real
> +bug is that this condition should be detected when the kickstart storage
> +commands are being converted to actions.
> +"""

I will, of course, change this comment before pushing.

- Chris


More information about the anaconda-patches mailing list