From 30f3e4af42781e26425b57e929b5fbeb078e693b Mon Sep 17 00:00:00 2001 From: Changpeng Liu Date: Sat, 20 May 2017 14:23:55 +0800 Subject: [PATCH] vhost: correct the example AIO section of vhost configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3143dc12b145ee76bdd23436e4bea17d5f4c12f8 Signed-off-by: Changpeng Liu Reviewed-on: https://review.gerrithub.io/361718 Reviewed-by: Piotr Pelpliński Tested-by: Reviewed-by: Jim Harris Reviewed-by: Daniel Verkamp --- etc/spdk/vhost.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/spdk/vhost.conf.in b/etc/spdk/vhost.conf.in index ec42f6309b..02b5ed4f84 100644 --- a/etc/spdk/vhost.conf.in +++ b/etc/spdk/vhost.conf.in @@ -48,8 +48,8 @@ # Users must change this section to match the /dev/sdX devices to be # exported as vhost scsi drives. The devices are accessed using Linux AIO. [AIO] - #AIO /dev/sdb - #AIO /dev/sdc + #AIO /dev/sdb AIO0 + #AIO /dev/sdc AIO1 # Users may change this section to create a different number or size of # malloc LUNs.