diff --git a/api-daemon/pvcapid/benchmark.py b/api-daemon/pvcapid/benchmark.py index 8b200d29..1c622dfa 100755 --- a/api-daemon/pvcapid/benchmark.py +++ b/api-daemon/pvcapid/benchmark.py @@ -236,7 +236,6 @@ def run_benchmark(self, pool): --rbdname={volume} \ --direct=1 \ --randrepeat=1 \ - --gtod_reduce=1 \ --iodepth=64 \ --size=8G \ --name={test} \ diff --git a/client-cli/cli_lib/ceph.py b/client-cli/cli_lib/ceph.py index 07e760b3..5d710617 100644 --- a/client-cli/cli_lib/ceph.py +++ b/client-cli/cli_lib/ceph.py @@ -1527,7 +1527,7 @@ def format_info_benchmark(config, benchmark_information): bandwidth_length=bandwidth_column_length, iops="IOPS", iops_length=iops_column_length, - latency="Latency", + latency="Latency (μs)", latency_length=latency_column_length, cpuutil_label='', cpuutil_label_length=cpuutil_label_length,