]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: dynamically vary sort order of BackfillInterval map
authorSage Weil <sage@redhat.com>
Thu, 23 Jul 2015 20:30:19 +0000 (16:30 -0400)
committerSage Weil <sage@redhat.com>
Fri, 7 Aug 2015 14:16:05 +0000 (10:16 -0400)
commit1d66bbf898ffe7e1f96598611fe522839ffa59dd
treea2d627c019ca5b16d5cccd165f185eb7635b2657
parent579d4f426875d866c56fd3fefdc36e55038c6661
osd: dynamically vary sort order of BackfillInterval map

We initialize all BackfillIntervals when backfill starts.  At that point we
set the Comparator order via reset().

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