Project

General

Profile

Bug #53858

Updated by Alfonso Martínez over 2 years ago

Steps to Reproduce: 
 * Go to hosts section and click on specific host and click "Device Health" tab. 
 * It displays: "Failed to retrieve SMART DATA" although data for devices is available throuch orch CLI. 

 The root cause: 
 Currently we're filtering out all daemons associated with to a device that are not of type "OSD + up". 

 When there is a device with only a single daemon associated and that daemon is a MON or an "OSD down" 
 then the daemon list is empty and we throw an exception that prevents from collecting 
 other devices' data.

Back