From 18bcd39b4681d9f1b5ad07d9d44a52c4833e8310 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 25 Aug 2020 02:11:34 -0400 Subject: [PATCH] Use nicer header format --- client-cli/cli_lib/ceph.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client-cli/cli_lib/ceph.py b/client-cli/cli_lib/ceph.py index 19dda709..d8019906 100644 --- a/client-cli/cli_lib/ceph.py +++ b/client-cli/cli_lib/ceph.py @@ -1387,10 +1387,10 @@ def format_list_benchmark(benchmark_information, detail=False): rand_benchmark_iops_length=benchmark_iops_length['rand_read_4K'] + benchmark_iops_length['rand_write_4K'], benchmark_id='', benchmark_job='', - seq_benchmark_bandwidth='Bandwith (R/W)', - seq_benchmark_iops='IOPS (R/W)', - rand_benchmark_bandwidth='Bandwith (R/W)', - rand_benchmark_iops='IOPS (R/W)' + seq_benchmark_bandwidth='R/W Bandwith', + seq_benchmark_iops='R/W IOPS', + rand_benchmark_bandwidth='R/W Bandwith', + rand_benchmark_iops='R/W IOPS' ) )