From da7fc7a079e2ed967fac2ea9aae4212aaf75eb62 Mon Sep 17 00:00:00 2001 From: Reed Allman Date: Tue, 30 Jun 2015 02:00:37 -0700 Subject: [PATCH] hvm ami enable sriov on image --- oem/ami/import.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/oem/ami/import.sh b/oem/ami/import.sh index 7b60759a7f..b892c9375d 100755 --- a/oem/ami/import.sh +++ b/oem/ami/import.sh @@ -188,6 +188,7 @@ hvm_amiid=$(ec2-register \ --virtualization-type hvm \ --root-device-name /dev/xvda \ --block-device-mapping /dev/xvda=$snapshotid::true \ + --sriov simple \ --block-device-mapping /dev/xvdb=ephemeral0 | cut -f2)