From: xie xingguo Date: Sat, 5 Nov 2016 00:28:30 +0000 (+0800) Subject: os/bluestore: fix output message when passing the end of list range X-Git-Tag: v11.1.0~404^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e7f2c03de1e80c779f859281d2282de50be497b2;p=ceph.git os/bluestore: fix output message when passing the end of list range Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index e29756c934b..a6b9bac749f 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;