Skip to content

Commit 4a6245e

Browse files
committed
osd: fix the tiering agent's shutdown wrt the OSD fast shutdown
Fixes: https://tracker.ceph.com/issues/69724 Signed-off-by: Radoslaw Zarzynski <[email protected]>
1 parent 4dd7f48 commit 4a6245e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/osd/OSD.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4705,6 +4705,9 @@ int OSD::shutdown()
47054705
osd_op_tp.drain();
47064706
osd_op_tp.stop();
47074707

4708+
dout(10) << "stopping agent" << dendl;
4709+
service.agent_stop();
4710+
47084711
utime_t start_time_umount = ceph_clock_now();
47094712
store->prepare_for_fast_shutdown();
47104713
service.fast_shutdown();

0 commit comments

Comments
 (0)