You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error when running rocksDB on SPDK.
$ sudo LD_LIBRARY_PATH=/KVSSD/application/kvbench/build_spdk/ ./blobfs_rocksdb_bench -f bench_config.ini
Using "bench_config.ini" config file
No SPDK allocator available, please use Posix or Numa
Initialization of blobfs:
# /KVSSD/application/kvbench/spdk/spdk/test/lib/blobfs/mkfs/mkfs /tmp/rocksdb.conf Nvme0n1
Starting DPDK 17.05.0 initialization...
[ DPDK EAL parameters: spdk_mkfs -c 0x3 -m 1024 --file-prefix=spdk_pid3668 ]
EAL: Detected 32 lcore(s)
EAL: No free hugepages reported in hugepages-1048576kB
EAL: Probing VFIO support...
Total cores available: 2
Occupied cpu socket mask is 0x1
reactor.c: 362:_spdk_reactor_run: *NOTICE*: Reactor started on core 1 on socket 0
reactor.c: 362:_spdk_reactor_run: *NOTICE*: Reactor started on core 0 on socket 0
EAL: PCI device 0000:87:00.0 on NUMA socket 1
EAL: probe driver: 144d:a808 spdk_nvme
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:f1a6 spdk_nvme
EAL: PCI device 0000:b0:00.0 on NUMA socket 1
EAL: probe driver: 8086:f1a6 spdk_nvme
Initializing filesystem on bdev Nvme0n1...done.
The allocator is only used for the memory allocatio and release of kv_bench. It doesn't affect how RocksDB running o SPDK. It only used in the code of kv_bench.
I am getting the following error when running rocksDB on SPDK.
Initialization of blobfs:
rocksbd.conf file settings:
bench_config.ini settings:
Could you please advise on how to resolve the issue?
The text was updated successfully, but these errors were encountered: