]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: append rbd-mirror instance number for all-daemon asok command
authorJason Dillaman <dillaman@redhat.com>
Thu, 3 May 2018 16:04:55 +0000 (12:04 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 15 May 2018 20:35:26 +0000 (16:35 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/rbd_mirror_helpers.sh

index 5a58bae11189132ab511d8b380a44c82515e64c2..caa87aa02234a9955e2ae84bc1aeddf2c77483aa 100755 (executable)
@@ -412,7 +412,7 @@ all_admin_daemons()
     local cluster=$1 ; shift
 
     for instance in `seq 0 ${LAST_MIRROR_INSTANCE}`; do
-       admin_daemon "${cluster}" $@
+       admin_daemon "${cluster}:${instance}" $@
     done
 }