From e7f2c03de1e80c779f859281d2282de50be497b2 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Sat, 5 Nov 2016 08:28:30 +0800 Subject: [PATCH] os/bluestore: fix output message when passing the end of list range Signed-off-by: xie xingguo --- src/os/bluestore/BlueStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index e29756c934bf1..a6b9bac749fbc 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -5677,7 +5677,7 @@ int BlueStore::_collection_list( dout(20) << __func__ << " iterator not valid (end of db?)" << dendl; else dout(20) << __func__ << " key " << pretty_binary_string(it->key()) - << " > " << end << dendl; + << " >= " << end << dendl; if (temp) { if (end.hobj.is_temp()) { break; -- 2.39.5