From: Samuel Just Date: Fri, 6 Dec 2013 01:08:28 +0000 (-0800) Subject: ObjectStore: _collection_move_rename needs to increment ops X-Git-Tag: v0.78~286^2~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66bc91cf0a2599d1e1d527269a9b7cc4e2858b7e;p=ceph.git ObjectStore: _collection_move_rename needs to increment ops Bugfix. Signed-off-by: Samuel Just --- diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 5498ca8d868f..ef17db42152f 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -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) {