Skip to content

Commit 456aeb6

Browse files
authored
Merge pull request ceph#62509 from rzarzynski/wip-bug-69724
osd: fix the tiering agent's shutdown wrt the OSD fast shutdown Reviewed-by: Brad Hubbard <[email protected]>
2 parents 2694580 + 4a6245e commit 456aeb6

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
@@ -4707,6 +4707,9 @@ int OSD::shutdown()
47074707
osd_op_tp.drain();
47084708
osd_op_tp.stop();
47094709

4710+
dout(10) << "stopping agent" << dendl;
4711+
service.agent_stop();
4712+
47104713
utime_t start_time_umount = ceph_clock_now();
47114714
store->prepare_for_fast_shutdown();
47124715
service.fast_shutdown();

0 commit comments

Comments
 (0)