mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
Merge pull request #49509 from rhcs-dashboard/fix-prometheus-module-blank-line
mgr/prometheus: Fix make check flake8 blank line missing Reviewed-by: Aashish Sharma <aasharma@redhat.com>
This commit is contained in:
commit
ead5a9a215
@ -66,6 +66,7 @@ def health_status_to_number(status: str) -> int:
|
||||
return 2
|
||||
raise ValueError(f'unknown status "{status}"')
|
||||
|
||||
|
||||
DF_CLUSTER = ['total_bytes', 'total_used_bytes', 'total_used_raw_bytes']
|
||||
|
||||
OSD_BLOCKLIST = ['osd_blocklist_count']
|
||||
|
Loading…
Reference in New Issue
Block a user