[anaconda][master/rhel7-branch] kickstart: catch more storage exns

David Lehman dlehman at redhat.com
Tue Sep 23 15:32:16 UTC 2014


This is a slightly expanded approach to handling general storage errors
when parsing kickstart. Patch 1 catches and re-raises exceptions raised
when instantiating devices as KickstartValueError so the exception
contains the line number. Patch 2 is the original patch I sent, and
just catches any StorageError or ValueError that makes it up to
parseKickstart so we can exit gracefully instead of showing a traceback.



More information about the anaconda-patches mailing list