From bd60c9f4272e38ddcc0a64c85d1cd130991e508c Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Wed, 5 Sep 2018 16:11:39 +0200 Subject: [PATCH] osstest: add missing disk driver name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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é Acked-by: Ian Jackson --- ts-freebsd-host-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-freebsd-host-install b/ts-freebsd-host-install index 862a25e..53daeef 100755 --- a/ts-freebsd-host-install +++ b/ts-freebsd-host-install @@ -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; -- 2.39.5