From 09cd5f323654b87d95168ab3eb6f7c1fbda89edc Mon Sep 17 00:00:00 2001 From: Maciej Wawryk Date: Tue, 3 Mar 2020 15:04:02 +0100 Subject: [PATCH] Update Vagrant section in README.md Signed-off-by: Maciej Wawryk Change-Id: I88e0094d398d347295b4e77e541a5cabe9e603f4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1114 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Aleksey Marchuk Reviewed-by: Tomasz Zawadzki --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afa96985c..2250f3f4b 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,10 @@ success or failure. A [Vagrant](https://www.vagrantup.com/downloads.html) setup is also provided to create a Linux VM with a virtual NVMe controller to get up and running -quickly. Currently this has only been tested on MacOS and Ubuntu 16.04.2 LTS -with the [VirtualBox](https://www.virtualbox.org/wiki/Downloads) provider. The -[VirtualBox Extension Pack](https://www.virtualbox.org/wiki/Downloads) must +quickly. Currently this has been tested on MacOS, Ubuntu 16.04.2 LTS and +Ubuntu 18.04.3 LTS with the VirtualBox and Libvirt provider. +The [VirtualBox Extension Pack](https://www.virtualbox.org/wiki/Downloads) +or [Vagrant Libvirt] (https://github.com/vagrant-libvirt/vagrant-libvirt) must also be installed in order to get the required NVMe support. Details on the Vagrant setup can be found in the