From: Jason Dillaman Date: Thu, 3 May 2018 16:04:55 +0000 (-0400) Subject: qa/workunits/rbd: append rbd-mirror instance number for all-daemon asok command X-Git-Tag: v14.0.0~95^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15a197ed06ce80dd0a42d2467595908095cf648e;p=ceph.git qa/workunits/rbd: append rbd-mirror instance number for all-daemon asok command Signed-off-by: Jason Dillaman --- diff --git a/qa/workunits/rbd/rbd_mirror_helpers.sh b/qa/workunits/rbd/rbd_mirror_helpers.sh index 5a58bae11189..caa87aa02234 100755 --- a/qa/workunits/rbd/rbd_mirror_helpers.sh +++ b/qa/workunits/rbd/rbd_mirror_helpers.sh @@ -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 }