diff options
author | Yingxin <yingxin.cheng@intel.com> | 2022-01-24 09:37:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 09:37:01 +0800 |
commit | 375503e5df73a306b6911ccff2f0296d02125ea6 (patch) | |
tree | 5b702883ebe7cac34c4abb7d7b468e1606c413c2 /src/common/subsys.h | |
parent | 0f448714c2493b0bfd798dba6ef7bdb0f08282e2 (diff) | |
parent | 7c23739c96b79dda4e29f8e9cc49a38d3d1cda4d (diff) | |
download | ceph-master.tar.gz |
Merge pull request #44649 from cyx1231st/wip-crimson-improve-log-cachemaster
crimson/os/seastore: consolidate seastore_t and seastore_cache logs
Reviewed-by: Samuel Just <sjust@redhat.com>
Diffstat (limited to 'src/common/subsys.h')
-rw-r--r-- | src/common/subsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/subsys.h b/src/common/subsys.h index 0667bbd79af..603a3be9c06 100644 --- a/src/common/subsys.h +++ b/src/common/subsys.h @@ -88,6 +88,7 @@ SUBSYS(seastore_onode, 0, 5) SUBSYS(seastore_odata, 0, 5) SUBSYS(seastore_omap, 0, 5) SUBSYS(seastore_tm, 0, 5) // logs below seastore tm +SUBSYS(seastore_t, 0, 5) SUBSYS(seastore_cleaner, 0, 5) SUBSYS(seastore_lba, 0, 5) SUBSYS(seastore_cache, 0, 5) |