diff --git a/client-cli/cli_lib/ceph.py b/client-cli/cli_lib/ceph.py index bdd9ff4e..19dda709 100644 --- a/client-cli/cli_lib/ceph.py +++ b/client-cli/cli_lib/ceph.py @@ -1297,7 +1297,7 @@ def ceph_benchmark_list(config, job): retdata = response.json() else: retvalue = False - retdata = response.json() + retdata = response.json().get('message', '') return retvalue, retdata