Even better logging

master
Коренберг Марк 2018-05-14 20:55:00 +05:00
parent 6a98745e5b
commit 496ed993ca
1 changed files with 2 additions and 2 deletions

View File

@ -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']]
)