]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd-replay: Add rbd_replay subsystem
authorAdam Crume <adamcrume@gmail.com>
Fri, 18 Jul 2014 19:08:41 +0000 (12:08 -0700)
committerSage Weil <sage@redhat.com>
Thu, 21 Aug 2014 17:57:29 +0000 (10:57 -0700)
Signed-off-by: Adam Crume <adamcrume@gmail.com>
src/common/config_opts.h
src/rbd_replay/rbd_replay_debug.hpp

index d4c4b5d1a9f878fd39bb770dbf3a4894867f50a3..ad9ba2623a1545374cb56e2c3af69f79fde69d07 100644 (file)
@@ -72,6 +72,7 @@ SUBSYS(striper, 0, 1)
 SUBSYS(objecter, 0, 1)
 SUBSYS(rados, 0, 5)
 SUBSYS(rbd, 0, 5)
+SUBSYS(rbd_replay, 0, 5)
 SUBSYS(journaler, 0, 5)
 SUBSYS(objectcacher, 0, 5)
 SUBSYS(client, 0, 5)
index 2ede66db53e9f40bdfedf6139c8df7e605d03e55..3b9683f585280748300030acf6b473bf4d50b85b 100644 (file)
@@ -27,7 +27,7 @@ static const int THREAD_LEVEL = 10;
 
 }
 
-#define dout_subsys ceph_subsys_rbd
+#define dout_subsys ceph_subsys_rbd_replay
 #undef dout_prefix
 #define dout_prefix *_dout << "rbd_replay: "