Project

General

Profile

Feature #49262

Updated by Sebastian Wagner about 3 years ago

When service deployment failures occur, events are generated and associated with the service. However, these events are not available to the GUI user. 

 Therefore, the UI should provide a view of any related events for a service to support diagnostics and troubleshooting.  

 I;d suggest adding the events to the details exposed when you select a service. 

 The source for the events is just 

 <pre> 
 ceph orch ls <type> <name> --format yaml 
 ceph orch ps ... --format yaml 
 </pre> --export [--format yaml] 

Back