From aeb3dc9d2e5c362657dcf9dfbd1d8bdcc7fd4126 Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Fri, 29 Mar 2019 14:37:08 -0700 Subject: [PATCH] hello_bdev: remove passthru section from conf file. by removing the passthru stuff from the conf file, we create a more dramatic effect when we add in the passthru bdev during the labs. Change-Id: I0a0ed101dd4135d8b2774cdd0850ca3bf2e43d01 Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/450187 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris --- examples/bdev/hello_world/bdev.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/bdev/hello_world/bdev.conf b/examples/bdev/hello_world/bdev.conf index c8504b017..80af878f8 100644 --- a/examples/bdev/hello_world/bdev.conf +++ b/examples/bdev/hello_world/bdev.conf @@ -1,5 +1,3 @@ -[Passthru] - PT Malloc1 PT0 [Malloc] - NumberOfLuns 2 - LunSizeInMB 16 + NumberOfLuns 1 + LunSizeInMB 32