]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: fixed variable name for resync image id 18097/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 3 Oct 2017 17:25:33 +0000 (13:25 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 3 Oct 2017 17:25:33 +0000 (13:25 -0400)
Fixes: http://tracker.ceph.com/issues/21663
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/rbd_mirror_helpers.sh

index 39db271e03f94b2952f901fdcafc26fc1e039f6e..1e086eee3229ee16db13353a748e20d62747c8d7 100755 (executable)
@@ -880,7 +880,7 @@ request_resync_image()
     local cluster=$1
     local pool=$2
     local image=$3
-    local image_id_var_name=$1
+    local image_id_var_name=$4
 
     eval "${image_id_var_name}='$(get_image_id ${cluster} ${pool} ${image})'"
     eval 'test -n "$'${image_id_var_name}'"'