Skip to content

05.02.06.08

Compare
Choose a tag to compare
@masonkatz masonkatz released this 12 Sep 20:29
· 238 commits to master since this release
10b28ea

Feature

  • Halt the install (sles) with an error message on the console and in the message queue if we are unable to create a RAID. To override
    , set the attribute 'halt_install_on_error=False'.

Bugfix

  • Display an error message on the console and the message queue if we are unable to find any disks on the host.

  • attempt to umount all partitions on a disk before nuking.

    If we are unable to unmount the partitions, raise an error unless attribute 'halt_install_on_error=False'.

  • Correctly identify if a block device is a disk or partition on sles11

    Previous code assumed the output of hwinfo would be more consistent, but this does not appear to be the case and could cause a stack
    trace that led to storage not being initialized.