]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd-mirror: corrected implicitly included dout header
authorJason Dillaman <dillaman@redhat.com>
Thu, 1 Mar 2018 20:00:57 +0000 (15:00 -0500)
committerJason Dillaman <dillaman@redhat.com>
Wed, 7 Mar 2018 17:45:42 +0000 (12:45 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
14 files changed:
src/tools/rbd_mirror/ImageReplayer.cc
src/tools/rbd_mirror/ImageSync.cc
src/tools/rbd_mirror/image_deleter/RemoveRequest.cc
src/tools/rbd_mirror/image_deleter/SnapshotPurgeRequest.cc
src/tools/rbd_mirror/image_replayer/CloseImageRequest.cc
src/tools/rbd_mirror/image_replayer/CreateImageRequest.cc
src/tools/rbd_mirror/image_replayer/GetMirrorImageIdRequest.cc
src/tools/rbd_mirror/image_replayer/IsPrimaryRequest.cc
src/tools/rbd_mirror/image_replayer/OpenImageRequest.cc
src/tools/rbd_mirror/image_replayer/OpenLocalImageRequest.cc
src/tools/rbd_mirror/image_replayer/PrepareLocalImageRequest.cc
src/tools/rbd_mirror/image_replayer/PrepareRemoteImageRequest.cc
src/tools/rbd_mirror/image_sync/SyncPointCreateRequest.cc
src/tools/rbd_mirror/image_sync/SyncPointPruneRequest.cc

index c46f15ffdd9ca709443c82cb882f2507822b3a48..482f5e073f7955d93f0e854566f4f2eda48262c0 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "include/compat.h"
 #include "common/Formatter.h"
+#include "common/admin_socket.h"
 #include "common/debug.h"
 #include "common/errno.h"
 #include "include/stringify.h"
index 9e703ccbfe8a5cea528391ec2cf140764901bab9..60132c2fe094c2a2af5a73e9a986d07f31271fdc 100644 (file)
@@ -4,6 +4,7 @@
 #include "ImageSync.h"
 #include "InstanceWatcher.h"
 #include "ProgressContext.h"
+#include "common/debug.h"
 #include "common/Timer.h"
 #include "common/errno.h"
 #include "journal/Journaler.h"
index 6f10dd99ecd28eba0e498dec9a76e81a6ae5fe06..772333f9f9617e01589fa3b9c5ed4a70cc41d37d 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "tools/rbd_mirror/image_deleter/RemoveRequest.h"
 #include "include/assert.h"
-#include "common/dout.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "common/WorkQueue.h"
 #include "cls/rbd/cls_rbd_client.h"
index 797dbdb9059d62fe02f12d6964466b40ba50aa88..d6aebeb56b30c8dec2c4783ec57d4f790eabed26 100644 (file)
@@ -2,6 +2,7 @@
 // vim: ts=8 sw=2 smarttab
 
 #include "tools/rbd_mirror/image_deleter/SnapshotPurgeRequest.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "librbd/ExclusiveLock.h"
 #include "librbd/ImageCtx.h"
index 234fded69ee85a53fcc6cd6d6e9ff67a83952f55..5b7548230dbb09cbdf76f3986e877abc72266b93 100644 (file)
@@ -2,7 +2,7 @@
 // vim: ts=8 sw=2 smarttab
 
 #include "CloseImageRequest.h"
-#include "common/dout.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "common/WorkQueue.h"
 #include "librbd/ImageCtx.h"
index a329d22a6e4d0a0c6fcaad1929db8277eb853f89..bc7b516896a44b1cee48cb01bb1d5ed6152c17ea 100644 (file)
@@ -4,6 +4,7 @@
 #include "CreateImageRequest.h"
 #include "CloseImageRequest.h"
 #include "OpenImageRequest.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "common/WorkQueue.h"
 #include "cls/rbd/cls_rbd_client.h"
index a6a72b473f36336c2bf9a4ec6b8715f08377bdb1..1a7b4bca33c28719a1b95ed46cbdabbac7868224 100644 (file)
@@ -4,6 +4,7 @@
 #include "tools/rbd_mirror/image_replayer/GetMirrorImageIdRequest.h"
 #include "include/rados/librados.hpp"
 #include "cls/rbd/cls_rbd_client.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "librbd/ImageCtx.h"
 #include "librbd/Utils.h"
index f2faa9f20f21f16112a8eefa029396d788b2199c..ef2008b99947e8f6b481f5fb211e89576fc420ce 100644 (file)
@@ -2,6 +2,7 @@
 // vim: ts=8 sw=2 smarttab
 
 #include "IsPrimaryRequest.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "common/WorkQueue.h"
 #include "cls/rbd/cls_rbd_client.h"
index efba012731b04b23c8aa40b99bb231edc57032ec..54b95587f40b8ac26d5e68dd39371d396a2984fa 100644 (file)
@@ -2,6 +2,7 @@
 // vim: ts=8 sw=2 smarttab
 
 #include "OpenImageRequest.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "librbd/ImageCtx.h"
 #include "librbd/ImageState.h"
index 604cfd453badc894248707120dfe4ea003077ea9..1894905fca131af22c2ecb400ed666cfb9edb20a 100644 (file)
@@ -5,6 +5,7 @@
 #include "CloseImageRequest.h"
 #include "IsPrimaryRequest.h"
 #include "OpenLocalImageRequest.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "common/WorkQueue.h"
 #include "librbd/ExclusiveLock.h"
index 4009dc10d4af6f86ea126ec2cdbf2d00ba606419..a86d982ba31b176f3af1988a7d4eaa57e4f8268c 100644 (file)
@@ -4,6 +4,7 @@
 #include "tools/rbd_mirror/image_replayer/PrepareLocalImageRequest.h"
 #include "include/rados/librados.hpp"
 #include "cls/rbd/cls_rbd_client.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "librbd/ImageCtx.h"
 #include "librbd/Journal.h"
index 30688c11edef867c7a29488f731955a016aacc63..0303db1ff708820172ba2d9c4170d996c2e94f3f 100644 (file)
@@ -4,6 +4,7 @@
 #include "tools/rbd_mirror/image_replayer/PrepareRemoteImageRequest.h"
 #include "include/rados/librados.hpp"
 #include "cls/rbd/cls_rbd_client.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "common/WorkQueue.h"
 #include "journal/Journaler.h"
index 45e1a35ddca9452cd2c41cfd78c6777b3ed9bd31..82c2e19b2fa388a3a76b0945ae1be6cb53592240 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "SyncPointCreateRequest.h"
 #include "include/uuid.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "journal/Journaler.h"
 #include "librbd/ImageCtx.h"
index d4978663aa4cc95feeae848afff08328e9ada180..78589d983e754a2e357b25731e540a26383a69e5 100644 (file)
@@ -2,6 +2,7 @@
 // vim: ts=8 sw=2 smarttab
 
 #include "SyncPointPruneRequest.h"
+#include "common/debug.h"
 #include "common/errno.h"
 #include "journal/Journaler.h"
 #include "librbd/ImageCtx.h"