]> git.apps.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:32:05 +0000 (12:32 +0300)
commitcfe42106f739527e2b232d9146f88bc922d271b7
tree3a2e2ba865b04767815b0d6005001d4ae7a02219
parentc20b197c02eefcf28ba6d98cc3d3c5bcc0b53766
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