From c52a0015769f2909a903d14c86297185de01a3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D1=80=D0=B5=D0=BD=D0=B1=D0=B5=D1=80=D0=B3=20?= =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=BA?= Date: Mon, 14 May 2018 21:42:30 +0500 Subject: [PATCH] Fix reporting for bluestore on some hosts --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6b2cf1e..a35a2b8 100755 --- a/main.py +++ b/main.py @@ -128,7 +128,7 @@ def get_description(cluster, location): elif result["osd_objectstore"] == 'bluestore': x = [ 'db=%s(%s)' % (result['bluefs_db_type'], result["bluefs_db_model"].rstrip()), - 'dat=%s(%s)' % (result['bluefs_slow_type'], result["bluefs_slow_model"].rstrip()), + 'dat=%s(%s)' % (result['bluestore_bdev_type'], result["bluestore_bdev_model"].rstrip()), ] else: x = []