mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
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:
commit
8152fecd37
@ -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}'"'
|
||||
|
Loading…
Reference in New Issue
Block a user