]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/kstore: fix collection_list ordering
authorMykola Golub <mgolub@suse.com>
Wed, 19 Aug 2020 08:56:57 +0000 (09:56 +0100)
committerMykola Golub <mgolub@suse.com>
Wed, 9 Sep 2020 09:13:51 +0000 (12:13 +0300)
commit72afb6b474ea41daefeda6ad9d107139dcf20735
tree2da79526b3c81e4cf5251c484fda57b25052b108
parentff9f0df0089e06ea9fc2655e8a101adc5c3d2bdf
os/kstore: fix collection_list ordering

It has the same key escaping bug as the blustore has, but we
don't need to workaround it here because kstore is not in
production use.

Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit c1eff9f7812b131c10df245ae92450d70623de2b)
src/os/kstore/KStore.cc
src/test/objectstore/store_test.cc