]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/pg: re-call queue_check_readable if not yet readable
authorSamuel Just <sjust@redhat.com>
Tue, 13 Sep 2022 02:09:11 +0000 (02:09 +0000)
committerSamuel Just <sjust@redhat.com>
Tue, 13 Sep 2022 02:13:44 +0000 (19:13 -0700)
commitd1e9a2cc637b2ef6398fb59af114049894371944
tree1b038dc7beee7943cdbe9e1629246e6d967f6884
parentc49b81c7d619cea23e9707d1f5bcc7de3049c4fd
crimson/osd/pg: re-call queue_check_readable if not yet readable

We need to requeue the check if not enough time has elapsed, or
we'll stay stuck in the wait state.

Fixes: https://tracker.ceph.com/issues/57506
Introduced: 51cabbff7b51c01853bf159e513bc889287306c4
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/pg.cc