]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs-top: drop curses.A_ITALIC 48677/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 14:37:24 +0000 (20:07 +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 1f01ae1695e64d35ae37b09f46817eb5e372cd78..84402c6f88029f9f09df5d17cf227cfca4bcca67 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 \