KeyValueStore is an alternative OSD backend compared to FileStore. Currently, it uses LevelDB as backend. KeyValueStore doesn’t need journal device. Each operation will flush into the backend directly.
KeyValueStore所用的后端(leveldb):keyvaluestore backend
(1)队列
队列上可以存储的最大操作数:keyvaluestore queue max ops
队列上可以存储的最大btye数:keyvaluestore queue max bytes
(2)线程
并行线程数:keyvaluestore op threads
文件操作线程超时秒数:keyvaluestore op thread timeout
提交一个操作多少秒都可以取消:keyvaluestore op thread suicide timeout