From 0cbfbbed2d1d772cd25c6df5ccbfc99804f4a3b3 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Thu, 17 Dec 2020 10:33:07 +0100 Subject: [PATCH] doc: update blobfs.md gen_nvme routine gen_nvme.sh should be used with "--json-with-subsystems" option for that the whole configuration JSON file is properly generated. Signed-off-by: Karol Latecki Change-Id: Ia2f4a9fceb659e0e3c71dc398e6d532c0047a69b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5604 Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto Tested-by: SPDK CI Jenkins --- doc/blobfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/blobfs.md b/doc/blobfs.md index b1fd40ebb..bfb4bc5fa 100644 --- a/doc/blobfs.md +++ b/doc/blobfs.md @@ -37,7 +37,7 @@ export USE_RTTI=1 && make db_bench DEBUG_LEVEL=0 SPDK_DIR=path/to/spdk Create an NVMe section in the configuration file using SPDK's `gen_nvme.sh` script. ~~~{.sh} -scripts/gen_nvme.sh > /usr/local/etc/spdk/rocksdb.json +scripts/gen_nvme.sh --json-with-subsystems > /usr/local/etc/spdk/rocksdb.json ~~~ Verify the configuration file has specified the correct NVMe SSD.