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>
Sat, 19 May 2018 12:17:37 +0000 (08:17 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 15a197ed06ce80dd0a42d2467595908095cf648e)

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
 }