From 496ed993cab2459d5e27d8ec4ee351bb85e78a45 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 20:55:00 +0500 Subject: [PATCH] Even better logging --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index f437499..a8cbe9e 100755 --- a/main.py +++ b/main.py @@ -135,8 +135,8 @@ def get_description(cluster, location): return ' '.join( [ - 'loc=%s,%s,osd.%s' % (location['root'], location['host'], osd), - 't=%s' % result["osd_objectstore"], + 'r=%s,h=%s,osd.%s' % (location['root'], location['host'], osd), + result["osd_objectstore"], ] + x + [result['cpu']] )