Fixed issue 134 from louwrentius master branch
checks.sh check_target_type function returned None which led to failure of bench-fio with TypeError.
Fix was to return rbdname instead of None from check_target_type function.
This correctly sets rbdname in the config dictionary in bench-fio.
The fix tests ok, rbd benchmarking works.
Fixed issue 134 from louwrentius master branch checks.sh check_target_type function returned None which led to failure of bench-fio with TypeError. Fix was to return rbdname instead of None from check_target_type function. This correctly sets rbdname in the config dictionary in bench-fio. The fix tests ok, rbd benchmarking works.