From: Roger Pau Monne <roger.pau@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
Roger Pau Monne <roger.pau@citrix.com>
Subject: [PATCH v16 18/18] osstest: expand the list of tested disk controllers
Date: Fri, 10 Nov 2017 18:10:42 +0000 [thread overview]
Message-ID: <20171110181042.1201-3-roger.pau@citrix.com> (raw)
In-Reply-To: <20171110181042.1201-1-roger.pau@citrix.com>
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@citrix.com>
---
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@lists.xen.org
https://lists.xen.org/xen-devel
prev parent reply other threads:[~2017-11-10 18:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-10 18:10 [PATCH v16 00/18] osstest: initial FreeBSD support Roger Pau Monne
2017-11-10 18:10 ` [PATCH v16 17/18] osstest: remove the loader timeout from the install image Roger Pau Monne
2017-11-10 18:10 ` Roger Pau Monne [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171110181042.1201-3-roger.pau@citrix.com \
--to=roger.pau@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).