From 1923116894e6cb4917f7484255a61a7f9dd69926 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Sun, 11 Sep 2022 18:25:38 -0400 Subject: [PATCH] rgw: shut down RGWDataChangesLog before other services Signed-off-by: Casey Bodley --- src/rgw/rgw_service.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_service.cc b/src/rgw/rgw_service.cc index 7820518e7d8..bd72d5f6fcd 100644 --- a/src/rgw/rgw_service.cc +++ b/src/rgw/rgw_service.cc @@ -272,6 +272,7 @@ void RGWServices_Def::shutdown() return; } + datalog_rados.reset(); sysobj->shutdown(); sysobj_core->shutdown(); notify->shutdown(); -- 2.39.5