]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: remove bad assertion in pick_read_snap
authorSage Weil <sage@newdream.net>
Mon, 24 Nov 2008 18:17:58 +0000 (10:17 -0800)
committerSage Weil <sage@newdream.net>
Mon, 24 Nov 2008 18:17:58 +0000 (10:17 -0800)
commitdc85daff1bb4e75030a484380cc4cbdb8cf86dc1
treeeb6e0f8fe999c4030a70dd6583ef873055f48986
parentf9c36b5999dcb9f90fb7b97f671d077cbd9034a9
osd: remove bad assertion in pick_read_snap

The clone oid.snap does not necessary correspond to the newest
snap, since snaps may be deleted, or because the snap the snap is
named based on the snap context seq and not the oldest snap it
contains.
src/osd/ReplicatedPG.cc