[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] osstest: add missing disk driver name
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@xxxxxxxxxx> --- 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 862a25e7..53daeefc 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.18.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |