Merge "python-cephclient: populate items list for all nodes except osd"

This commit is contained in:
Zuul 2019-07-26 15:38:10 +00:00 committed by Gerrit Code Review
commit a89dcc262f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class CephWrapper(CephClient):
def _osd_crush_tree_populate_tree(self, node, node_map):
children = node.get('children')
node = self._osd_crush_tree_convert_node(node)
if children:
if node['type'] != 'osd':
node['items'] = []
for _id in children:
node['items'].append(