]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs-top: drop curses.A_ITALIC 50029/head
authorJos Collin <jcollin@redhat.com>
Wed, 8 Feb 2023 09:27:31 +0000 (14:57 +0530)
committerJos Collin <jcollin@redhat.com>
Wed, 8 Feb 2023 13:40:21 +0000 (19:10 +0530)
Fixes: https://tracker.ceph.com/issues/58663
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit 0cb9dfa4e12884861d10c2ac6312fd16eacb17be)

src/tools/cephfs/top/cephfs-top

index d57c3ab830b52a17e7f73160c18b5a5e91800259..bb3ef49f64f4acee25d3f5eec30a6ad9d6d1612f 100755 (executable)
@@ -561,7 +561,7 @@ class FSTop(object):
         res = stats_json[CLIENT_METADATA_KEY].get(fs_name, {})
         client_cnt = len(res)
         self.fsstats.addstr(self.tablehead_y, 0, FS_TOP_NAME_TOPL_FMT.format(
-            fs_name=fs_name, client_count=client_cnt), curses.A_BOLD | curses.A_ITALIC)
+            fs_name=fs_name, client_count=client_cnt), curses.A_BOLD)
         self.tablehead_y += 2
         if client_cnt:
             for client_id, metrics in \