Description of problem:[Ceph-Dashboard]- OSD down notification not occurring at Tasks and Notifications Version-Release number of selected component (if applicable): ceph -v ceph version 16.2.0-8.el8cp (f869f8bf2b6e9c3886e94267d378de5d9d57bb61) pacific (stable) [ceph: root@magna045 ceph]# How reproducible: Steps to Reproduce: 1. Create cluster by using cephadm 2. To simulate the OSD down scenario, login to to the OSD node. 3. To get the OSD services execute "systemctl list-units --type=service | grep ceph" 4.To make the OSD down executed "systemctl stop ceph-1bafd812-a7e2-11eb-9865-002590fbc342.service". 5. Login to the Dashboard https://<nideIP>:8443 6.Navigate to Clusters->OSDs 7. check Tasks and Notifications Actual results: OSD down Notification not occurred Expected results: OSD down notification should occur Additional info:
Created attachment 1776547 [details] Error snap shot
Currently in Dashboard UI, we trigger an alert if an OSD is down for more than 15 minutes. The notification is triggered alongside when the alert is triggered. There is a bug going on in cephadm as a result we are not getting the alerts in the cephadm cluster which is being tracked here - https://bugzilla.redhat.com/show_bug.cgi?id=1832807. Additionally this alert is being fired correctly in the ceph-dev cluster and the promtool unit tests which test this functionality are also passing successfully.
*** This bug has been marked as a duplicate of bug 1832807 ***