From 4630da8a933da475d8d95377f8e4417c62cccbce Mon Sep 17 00:00:00 2001 From: Pedro Gonzalez Gomez Date: Mon, 19 Dec 2022 16:07:31 +0100 Subject: [PATCH] mgr/prometheus: add blank like previously wrongly deleted that was causing issues on makecheck due to flake8 Signed-off-by: Pedro Gonzalez Gomez --- src/pybind/mgr/prometheus/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/prometheus/module.py b/src/pybind/mgr/prometheus/module.py index 644a9a1ec102f..316369637eb7a 100644 --- a/src/pybind/mgr/prometheus/module.py +++ b/src/pybind/mgr/prometheus/module.py @@ -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'] -- 2.39.5