]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix clone snap list for list-snaps
authorSage Weil <sage@inktank.com>
Tue, 26 Mar 2013 15:53:00 +0000 (08:53 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 1 Apr 2013 06:32:40 +0000 (23:32 -0700)
commit941cfc26a05654f37889a88c68acd520d830461e
tree1a38a4eac11c79ba2000208facf3a228a374d44f
parentceee218fd5e9bfb361376a81e5b0a007b5274e8d
osd: fix clone snap list for list-snaps

We need to return the list of snaps that each clone is defined for, not
the list of snaps we know may or may not exist globally over a similar
interval.  This requires looking at the clone's obc, unfortunately.

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