Merge pull request #18097 from dillaman/wip-21663

qa/workunits/rbd: fixed variable name for resync image id

Reviewed-by: Mykola Golub <to.my.trociny@gmail.com>
This commit is contained in:
Mykola Golub 2017-10-03 23:39:54 +03:00 committed by GitHub
commit 8152fecd37

View File

@ -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}'"'