]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMonitor: set tid on no-op PGStatsAck
authorSage Weil <sage@inktank.com>
Fri, 2 May 2014 22:10:43 +0000 (15:10 -0700)
committerSage Weil <sage@inktank.com>
Fri, 2 May 2014 22:43:29 +0000 (15:43 -0700)
commit5a6ae2a978dcaf96ef89de3aaa74fe951a64def6
tree8a55801594384d1d7a3da8b4c713effa3543826e
parent2e6b24868da0b203c2d70ac91071166d95d1d851
mon/PGMonitor: set tid on no-op PGStatsAck

The OSD needs to know the tid.  Both generally, and specifically because
the flush_pg_stats may be blocking on it.

Fixes: #8280
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/mon/PGMonitor.cc