From: Matan Breizman Date: Mon, 1 Aug 2022 14:21:03 +0000 (+0000) Subject: common: MemStore debug subsystem X-Git-Tag: v18.0.0~239^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb883ca70283036e0bde8bba30ca2560861c0ac5;p=ceph.git common: MemStore debug subsystem Introduce MemStore debug subsystem. Signed-off-by: Matan Breizman --- diff --git a/src/common/subsys.h b/src/common/subsys.h index 431ec300d9bf..7b7b67b7c0f2 100644 --- a/src/common/subsys.h +++ b/src/common/subsys.h @@ -99,3 +99,4 @@ SUBSYS(alienstore, 0, 5) SUBSYS(mclock, 1, 5) SUBSYS(cyanstore, 0, 5) SUBSYS(ceph_exporter, 1, 5) +SUBSYS(memstore, 1, 5) diff --git a/src/os/memstore/MemStore.cc b/src/os/memstore/MemStore.cc index e0a607270d12..99e99dcba041 100644 --- a/src/os/memstore/MemStore.cc +++ b/src/os/memstore/MemStore.cc @@ -29,7 +29,7 @@ #include "include/compat.h" #define dout_context cct -#define dout_subsys ceph_subsys_filestore +#define dout_subsys ceph_subsys_memstore #undef dout_prefix #define dout_prefix *_dout << "memstore(" << path << ") "