From a2794082ca0dd2b6b86511896c637b6871e5ef31 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 29 Aug 2018 09:48:04 -0700 Subject: [PATCH] doc/vagrant: add cd to examples/bdev/hello_world This ensures the bdev.conf file is found. Reported-by: Amir More (in GitHub issue #420) Signed-off-by: Jim Harris Change-Id: I309d8f211e0a3e0e4530c5d3c225a52b6ea68c2c Reviewed-on: https://review.gerrithub.io/423931 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Changpeng Liu Reviewed-by: Shuhei Matsumoto --- scripts/vagrant/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/vagrant/README.md b/scripts/vagrant/README.md index ddef9ba80..7faa7168e 100644 --- a/scripts/vagrant/README.md +++ b/scripts/vagrant/README.md @@ -153,7 +153,8 @@ Following VM initializtion you must: ``` $ sudo scripts/setup.sh - $ sudo examples/bdev/hello_world/hello_bdev + $ cd examples/bdev/hello_world + $ sudo ./hello_bdev ``` ## Additional Setup for Fedora 26