From: David Zafman Date: Thu, 4 Dec 2014 00:39:04 +0000 (-0800) Subject: ceph_objectstore_tool: BUG: --op list wasn't including snapshots X-Git-Tag: v0.80.10~69^2~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4a0a42f3e6b9a1b7ed4df3d4b6c417acfc00050a;p=ceph.git ceph_objectstore_tool: BUG: --op list wasn't including snapshots Signed-off-by: David Zafman (cherry picked from commit b617ee2d45886ec6b3dc0db0edbf814ea5748083) --- diff --git a/src/tools/ceph_objectstore_tool.cc b/src/tools/ceph_objectstore_tool.cc index 00a371c83a2..170f83a80f8 100644 --- a/src/tools/ceph_objectstore_tool.cc +++ b/src/tools/ceph_objectstore_tool.cc @@ -363,7 +363,7 @@ int _action_on_all_objects_in_pg(ObjectStore *store, coll_t coll, action_on_obje next, LIST_AT_A_TIME, LIST_AT_A_TIME, - CEPH_NOSNAP, + 0, &list, &next); if (r < 0) {