doc: Switch rocksdb to the branch spdk-v5.6.1

Change-Id: I3d33a04a7ec7b8c1fd23e7652c57ed25e23cd42a
Signed-off-by: Cunyin Chang <cunyin.chang@intel.com>
Reviewed-on: https://review.gerrithub.io/374443
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Cunyin Chang 2017-08-16 18:38:14 +08:00 committed by Jim Harris
parent ced2c57b67
commit c60a0bef93

View File

@ -14,7 +14,7 @@
2. Into a separate directory, clone the RocksDB git repo from the SPDK GitHub fork. Make sure you check out the spdk branch. 2. Into a separate directory, clone the RocksDB git repo from the SPDK GitHub fork. Make sure you check out the spdk branch.
cd .. cd ..
git clone -b spdk https://github.com/spdk/rocksdb.git git clone -b spdk-v5.6.1 https://github.com/spdk/rocksdb.git
3. Build RocksDB. Only the db_bench benchmarking tool is integrated with BlobFS. 3. Build RocksDB. Only the db_bench benchmarking tool is integrated with BlobFS.
(Note: add "DEBUG_LEVEL=0" for a release build.) (Note: add "DEBUG_LEVEL=0" for a release build.)