]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: shut down RGWDataChangesLog before other services
authorCasey Bodley <cbodley@redhat.com>
Sun, 11 Sep 2022 22:25:38 +0000 (18:25 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 3 Oct 2022 17:24:48 +0000 (13:24 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_service.cc

index 7820518e7d8a30bc81d4612df0bf1b908a644a3d..bd72d5f6fcd9075fb13e455dad0e46172927657a 100644 (file)
@@ -272,6 +272,7 @@ void RGWServices_Def::shutdown()
     return;
   }
 
+  datalog_rados.reset();
   sysobj->shutdown();
   sysobj_core->shutdown();
   notify->shutdown();