mirror of
https://github.com/ceph/ceph
synced 2024-12-31 16:12:42 +00:00
Merge pull request #26052 from tchaikov/wip-37976
mgr/zabbix: drop "total_objects" field Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
e2ff665427
@ -171,7 +171,6 @@ class Module(MgrModule):
|
||||
|
||||
df = self.get('df')
|
||||
data['num_pools'] = len(df['pools'])
|
||||
data['total_objects'] = df['stats']['total_objects']
|
||||
data['total_used_bytes'] = df['stats']['total_used_bytes']
|
||||
data['total_bytes'] = df['stats']['total_bytes']
|
||||
data['total_avail_bytes'] = df['stats']['total_avail_bytes']
|
||||
|
Loading…
Reference in New Issue
Block a user