]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #46072 from neesingh-rh/fix_54978
authorVenky Shankar <vshankar@redhat.com>
Wed, 24 Aug 2022 08:07:46 +0000 (13:37 +0530)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2022 08:07:46 +0000 (13:37 +0530)
cephfs-top: adding filesystem menu option

Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Jos Collin <jcollin@redhat.com>
1  2 
doc/cephfs/cephfs-top.rst
src/tools/cephfs/top/cephfs-top

Simple merge
index 9b345dc5accf3ad79d1531a7b2bfed731e7e5aad,d3df86859088705e64ff7743f5c14808e38b6987..bedd92858fdc8eabfd26ab6f829decc2bbaa4eba
@@@ -368,8 -455,10 +455,9 @@@ class FSTop(object)
                  return False
          return True
  
-     def refresh_client(self, client_id, metrics, counters, client_meta, x_coord_map, y_coord):
+     def refresh_client(self, client_id, metrics, counters,
+                        client_meta, x_coord_map, y_coord):
          global last_time
 -        size = 0
          cur_time = time.time()
          duration = cur_time - last_time
          last_time = cur_time