[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v17 18/19] osstest: expand the list of tested disk controllers
The Mass osstest instance has a more diverse list of hardware disk controllers, so expand the list in order to include all the possible disk drivers. For the record, this list can be found at: usr.sbin/bsdconfig/share/device.subr In the FreeBSD source tree. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- ts-freebsd-host-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts-freebsd-host-install b/ts-freebsd-host-install index 573245ad..a12591cb 100755 --- a/ts-freebsd-host-install +++ b/ts-freebsd-host-install @@ -122,7 +122,8 @@ sub install () { my $authkeys = authorized_keys(); my $knownhosts = known_hosts(); my $sshd_keys_url = create_ssh_overlay(); - my @disk_names = qw(ada0 da0 ad0); + my @disk_names = + qw(ada0 da0 ad0 aacd0 amrd0 idad0 ipsd0 mfid0 mlxd0 twed0); my $target_sets = "/root/osstest_sets"; my $disk; my $nic; -- 2.13.6 (Apple Git-96) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |