>=20.0.0
-* RADOS: leader monitor and stretch mode status are now included in the `ceph status` output.
+* RADOS: lead Monitor and stretch mode status are now included in the `ceph status` output.
Related Tracker: https://tracker.ceph.com/issues/70406
* RGW: The User Account feature introduced in Squid provides first-class support for
IAM APIs and policy. Our preliminary STS support was instead based on tenants, and
$.addRowSchema(collapse=false, showTitle=true, title='OBJECTS') + { gridPos: { x: 0, y: 31, w: 24, h: 1 } },
$.timeSeriesPanel(
- title='OSD Type Count',
+ title='RADOS Object Count',
datasource='$datasource',
gridPosition={ h: 12, w: 6, x: 0, y: 32 },
fillOpacity=10,
"step": 200
}
],
- "title": "OSD Type Count",
+ "title": "RADOS Object Count",
"type": "timeseries"
},
{
| {job="ceph", cluster="mycluster", name="pool2", pool_id="2"} | 30000 |
| {job="ceph", cluster="mycluster", name="pool3", pool_id="3"} | 45000|
- Scenario: "Test OSD Type Count"
+ Scenario: "Test RADOS Object Count"
Given the following series:
| metrics | values |
| ceph_pool_objects{job="ceph", cluster="mycluster", osd="osd.0"} | 10 |
| ceph_pool_objects{job="ceph", cluster="mycluster", osd="osd.1"} | 20 |
- Then Grafana panel `OSD Type Count` with legend `Total` shows:
+ Then Grafana panel `RADOS Object Count` with legend `Total` shows:
| metrics | values |
| {} | 30 |