From 6938032031355677da5440674f2bc9ff36d3e0d9 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Sat, 30 Mar 2019 00:03:25 +0000 Subject: [PATCH] docs/ocf: update configure option Update configuration option in OCF docs. Since OCF became submodule, simpler `--with-ocf` option is preffered. Change-Id: Ieb12d2e4d6c4062f574280461a138a6dafd9ed99 Signed-off-by: Vitaliy Mysak Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/449560 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Darek Stojaczyk --- doc/bdev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bdev.md b/doc/bdev.md index 06c3d7ee9..605895d35 100644 --- a/doc/bdev.md +++ b/doc/bdev.md @@ -252,7 +252,7 @@ To delete an aio bdev use the delete_aio_bdev command. OCF virtual bdev module is based on [Open CAS Framework](https://github.com/Open-CAS/ocf) - a high performance block storage caching meta-library. -To enable the module, configure SPDK with `--with-ocf=/path/to/ocf/library`. +To enable the module, configure SPDK using `--with-ocf` flag. OCF bdev can be used to enable caching for any underlying bdev. Below is an example command for creating OCF bdev: