From d8ad0a98bb7e07aa545e541ba634428c4407f8ff Mon Sep 17 00:00:00 2001 From: Wojciech Malikowski Date: Fri, 28 Jun 2019 06:45:51 -0400 Subject: [PATCH] examples/blob: Optional VMD enumeration VMD section with Enable flag set to true need to be defined in config file to enumerate devices behind VMD. Change-Id: I814b0a34f87f9e063ded40e1dfb801a2c5fbe4af Signed-off-by: Wojciech Malikowski Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459766 Reviewed-by: Ben Walker Reviewed-by: Paul Luse Reviewed-by: Darek Stojaczyk Tested-by: SPDK CI Jenkins --- examples/blob/cli/Makefile | 2 +- examples/blob/hello_world/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/blob/cli/Makefile b/examples/blob/cli/Makefile index 525e4211d..97091ddef 100644 --- a/examples/blob/cli/Makefile +++ b/examples/blob/cli/Makefile @@ -39,7 +39,7 @@ C_SRCS := blobcli.c # Don't link bdev_lvol in blobcli - otherwise this utility cannot operate on an lvolstore SPDK_LIB_LIST = $(filter-out bdev_lvol,$(ALL_MODULES_LIST)) -SPDK_LIB_LIST += event_bdev event_copy +SPDK_LIB_LIST += event_bdev event_copy event_vmd SPDK_LIB_LIST += bdev copy event thread util conf trace \ log jsonrpc json rpc sock notify diff --git a/examples/blob/hello_world/Makefile b/examples/blob/hello_world/Makefile index a876201f7..b252bffc4 100644 --- a/examples/blob/hello_world/Makefile +++ b/examples/blob/hello_world/Makefile @@ -38,7 +38,7 @@ APP = hello_blob C_SRCS := hello_blob.c SPDK_LIB_LIST = $(ALL_MODULES_LIST) -SPDK_LIB_LIST += event_bdev event_copy +SPDK_LIB_LIST += event_bdev event_copy event_vmd SPDK_LIB_LIST += bdev copy event thread util conf trace \ log jsonrpc json rpc sock notify