Fix reporting for bluestore on some hosts

master
Коренберг Марк 2018-05-14 21:42:30 +05:00
parent 6b7cc0d5b3
commit c52a001576
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []