]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: drop unused+inefficient support for pg[n]ls at a specific snapid 13398/head
authorSage Weil <sage@redhat.com>
Mon, 13 Feb 2017 16:55:53 +0000 (11:55 -0500)
committerSage Weil <sage@redhat.com>
Mon, 13 Feb 2017 16:55:53 +0000 (11:55 -0500)
commit51679affb2301c5f92bd0c952021c5f2d7befd50
tree710dd33eea577af8e0e988496586e284f15e2ca3
parent3d296a31140407cdd33e5fbadf4afaef243f3976
osd: drop unused+inefficient support for pg[n]ls at a specific snapid

This was super slow, and Objecter was incapable of generating the requests
to use it.

To do this properly we should create a new listing op that returns the
set of clones and/or snaps for each object as part of a single listing
result.  If/when the need arises.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PrimaryLogPG.cc