]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ObjectStore: _collection_move_rename needs to increment ops
authorSamuel Just <sam.just@inktank.com>
Fri, 6 Dec 2013 01:08:28 +0000 (17:08 -0800)
committerSamuel Just <sam.just@inktank.com>
Wed, 22 Jan 2014 22:39:16 +0000 (14:39 -0800)
Bugfix.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/os/ObjectStore.h

index 5498ca8d868fc2946749bd19adb4beef7f52ce2d..ef17db42152fc9b74d4b2cf55e1e31fd73effb23 100644 (file)
@@ -555,6 +555,7 @@ public:
       ::encode(oldoid, tbl);
       ::encode(cid, tbl);
       ::encode(oid, tbl);
+      ops++;
     }
 
     void collection_setattr(coll_t cid, const char* name, bufferlist& val) {