]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: fix cache full -> not full requeueing when !active
authorSage Weil <sage@redhat.com>
Fri, 25 Jul 2014 21:43:48 +0000 (14:43 -0700)
committerSage Weil <sage@redhat.com>
Fri, 25 Jul 2014 21:50:51 +0000 (14:50 -0700)
commit36aaab9eee7ed41a46a4ac27376d630a29de5eb9
tree7238391734171451fa6f8682e036b9aad6ec2be8
parent3e7ed42379943aeaa62d8f788b185b02f5e3ccf8
osd/ReplicatedPG: fix cache full -> not full requeueing when !active

We only want to do this if is_active().  Otherwise, the normal
requeueing code will do its thing, taking care to get the queue orders
correct.

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