]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: image replayer needs dummy remote mirror peer uuid 8584/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 13 Apr 2016 16:35:32 +0000 (12:35 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 13 Apr 2016 16:35:32 +0000 (12:35 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/rbd_mirror/image_replay.cc

index 88c6ac70bbc0ca04b1585a3377d31b4749cbc902..e7eab87d226727ee376a9ccd74c8ee6e23900f20 100644 (file)
@@ -185,8 +185,9 @@ int main(int argc, const char **argv)
   threads = new rbd::mirror::Threads(reinterpret_cast<CephContext*>(
     local->cct()));
   replayer = new rbd::mirror::ImageReplayer<>(threads, local, remote, client_id,
-                                             "", local_pool_id, remote_pool_id,
-                                             remote_image_id,
+                                             "remote mirror uuid",
+                                              local_pool_id, remote_pool_id,
+                                              remote_image_id,
                                               "global image id");
 
   replayer->start(&start_cond, &bootstap_params);