elbling boxes uses the mfi driver and have the hard disks in
passthrough mode, which means the mfi driver will expose them as
mfisyspd? instead of mfid?. In order for the installer to detect such
disks add mfisyspd0 to the list of disks to probe.
This should fix the host-install issues reported on elbling boxes:
http://logs.test-lab.xenproject.org/osstest/logs/127304/
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
my $knownhosts = known_hosts();
my $sshd_keys_url = create_ssh_overlay();
my @disk_names =
- qw(ada0 da0 ad0 aacd0 amrd0 idad0 ipsd0 mfid0 mlxd0 twed0);
+ qw(ada0 da0 ad0 aacd0 amrd0 idad0 ipsd0 mfid0 mfisyspd0 mlxd0 twed0);
my $target_sets = "/root/osstest_sets";
my $disk;
my $nic;