]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: fix output message when passing the end of list range 11780/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 5 Nov 2016 00:28:30 +0000 (08:28 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 5 Nov 2016 00:28:30 +0000 (08:28 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index e29756c934bf1da4c56e9aa6f79eab78886475e2..a6b9bac749fbc76e4090451d771a90aaee4970c6 100644 (file)
@@ -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;