Bug 1891368 - fync should be fsync for etcdHighFsyncDurations alert's annotations.message
Summary: fync should be fsync for etcdHighFsyncDurations alert's annotations.message
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Etcd
Version: 4.6
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.7.0
Assignee: Sam Batschelet
QA Contact: ge liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-10-26 02:17 UTC by Junqi Zhao
Modified: 2021-02-24 15:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-02-24 15:28:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github etcd-io etcd pull 12476 0 None closed Documentation/etcd-mixin: fix typo 2021-02-11 14:36:32 UTC
Red Hat Product Errata RHSA-2020:5633 0 None None None 2021-02-24 15:28:23 UTC

Description Junqi Zhao 2020-10-26 02:17:22 UTC
Description of problem:
etcdHighFsyncDurations alert, annotations.message is fync durations, should be fsync durations
# oc -n openshift-monitoring get cm prometheus-k8s-rulefiles-0 -oyaml | grep etcdHighFsyncDurations -A8
      - alert: etcdHighFsyncDurations
        annotations:
          message: 'etcd cluster "{{ $labels.job }}": 99th percentile fync durations are {{ $value }}s on etcd instance {{ $labels.instance }}.'
        expr: |
          histogram_quantile(0.99, rate(etcd_disk_wal_fsync_duration_seconds_bucket{job=~".*etcd.*"}[5m]))
          > 0.5
        for: 10m
        labels:
          severity: warning


Version-Release number of selected component (if applicable):
4.6.0-0.nightly-2020-10-22-034051

How reproducible:
always

Steps to Reproduce:
1. Check etcdHighFsyncDurations alert
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Sam Batschelet 2020-11-15 17:29:37 UTC
This bug is actively being worked on.

Comment 6 errata-xmlrpc 2021-02-24 15:28:00 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:5633


Note You need to log in before you can comment on or make changes to this bug.