Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 2239980

Summary: [Ceph Dashboard]: grafana mons out of quorum calculation is incorrect
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Nizamudeen <nia>
Component: Ceph-DashboardAssignee: Aashish sharma <aasharma>
Status: CLOSED DUPLICATE QA Contact: Sayalee <saraut>
Severity: medium Docs Contact: Anjana Suparna Sriram <asriram>
Priority: unspecified    
Version: 6.1CC: ceph-eng-bugs, cephqe-warriors, pegonzal, tserlin, vdas, vereddy
Target Milestone: ---   
Target Release: 6.1z4   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-11-23 08:06:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nizamudeen 2023-09-21 04:32:15 UTC
Description of problem:
The expression for calculating the mons out of quorum is wrong:
Currently it is "expr": "expr": "count(ceph_mon_quorum_status) / sum(ceph_mon_quorum_status)"
But it should ideally be "expr": "count(ceph_mon_quorum_status) - sum(ceph_mon_quorum_status)"


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 RHEL Program Management 2023-09-21 04:32:25 UTC
Please specify the severity of this bug. Severity is defined here:
https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity.

Comment 2 Veera Raghava Reddy 2023-09-21 06:21:01 UTC
HI Nizam,
You intend this BZ to be targetted for 6.1z2 or 6.1z3?