[rhinstaller/anaconda/pulls/169 rhel7-branch] Allow /boot partition on iscsi with ibft (#1164195)

rvykydal installerbot-noreply at redhat.com
Tue Jun 30 13:07:21 UTC 2015


> @@ -121,6 +121,11 @@ def _is_on_iscsi(device):
>      return all(isinstance(disk, blivet.devices.iScsiDiskDevice)
>                 for disk in device.disks)
>  
> +def _is_ibft(device):
> +    """Tells whether a given device is ibft disk or not."""

Minor thing - I'd name the function _is_on_ibft because, same as in _is_on_iscsi, we are not actually checking if the device (ie /boot partition) is ibft disk but if it is *on* ibft disk(s).

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/169#discussion_r33569853


More information about the anaconda-patches mailing list