]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
osstest: add missing disk driver name
authorRoger Pau Monne <roger.pau@citrix.com>
Wed, 5 Sep 2018 14:11:39 +0000 (16:11 +0200)
committerIan Jackson <ian.jackson@eu.citrix.com>
Wed, 5 Sep 2018 14:27:14 +0000 (15:27 +0100)
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>
ts-freebsd-host-install

index 862a25e75b9ad650b0bfb293bc98588bc03f6b33..53daeefc645d631fdd3d491f00b41b602e4bc1af 100755 (executable)
@@ -123,7 +123,7 @@ sub install () {
     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;