From: Casey Bodley Date: Thu, 15 Sep 2022 17:37:51 +0000 (-0400) Subject: RGWServices_Def::shutdown() shuts down the rest of the services too X-Git-Tag: v18.1.0~1079^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=53d610f4ec3d5020df115bcd8b825ccbc907b619;p=ceph.git RGWServices_Def::shutdown() shuts down the rest of the services too Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_service.cc b/src/rgw/rgw_service.cc index bd72d5f6fcd9..3f097ce26b3a 100644 --- a/src/rgw/rgw_service.cc +++ b/src/rgw/rgw_service.cc @@ -272,7 +272,24 @@ void RGWServices_Def::shutdown() return; } + role_rados->shutdown(); datalog_rados.reset(); + user_rados->shutdown(); + sync_modules->shutdown(); + otp->shutdown(); + notify->shutdown(); + meta_be_otp->shutdown(); + meta_be_sobj->shutdown(); + meta->shutdown(); + mdlog->shutdown(); + config_key_rados->shutdown(); + cls->shutdown(); + bilog_rados->shutdown(); + bi_rados->shutdown(); + bucket_sync_sobj->shutdown(); + bucket_sobj->shutdown(); + finisher->shutdown(); + sysobj->shutdown(); sysobj_core->shutdown(); notify->shutdown();