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)