![Daniel Badea](/assets/img/avatar_default.png)
cephclient wrapper is converting a flat list of dictionaries returned by Ceph Mimic's osd_crush_tree() to nested dictionaries (actual tree) as expected sysinv. While doing this it looks at the "children" attribute and if there's none then it skips populating current node "items". For storage nodes that don't have any attached OSDs the corresponding tree entry will not have an "items" attribute. When sysinv tries to get OSD's by storage it tries to access it and crashes. Fix by creating empty "items" attribute unless node type is "osd". Closes-Bug: 1834539 Change-Id: Icc5988407c9773d10d2cd1078e08ae213075f793 Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
integ
StarlingX Integration
Description
Languages
Shell
33.1%
JavaScript
24.1%
Perl
14.3%
Python
10.3%
Makefile
6.6%
Other
11.5%