We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36f4eb commit e447557Copy full SHA for e447557
app/dashboard/views.py
@@ -121,7 +121,6 @@ def get(self):
121
monitor_status = CephClusterCommand(cluster, prefix='quorum_status', format='json')
122
cluster_status['monmap'] = monitor_status['monmap']
123
124
-
125
# check for unhealthy osds and get additional osd infos from cluster
126
total_osds = cluster_status['osdmap']['osdmap']['num_osds']
127
in_osds = cluster_status['osdmap']['osdmap']['num_up_osds']
0 commit comments