Project

General

Profile

Actions

Bug #48990

closed

rados/dashboard: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED)" in cluster log

Added by Neha Ojha about 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
octopus, pacific
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

{
    "TELEMETRY_CHANGED": {
        "severity": "HEALTH_WARN",
        "summary": {
            "message": "Telemetry requires re-opt-in",
            "count": 0
        },
        "detail": [
            {
                "message": "telemetry report includes new information; must re-opt-in (or out)" 
            }
        ]
    }
}

rados/dashboard/{clusters/{2-node-mgr} debug/mgr mon_election/connectivity objectstore/bluestore-comp-zstd supported-random-distro$/{centos_8} tasks/dashboard}

/a/yuriw-2021-01-22_23:29:37-rados-wip-yuri-testing-pacific4-distro-basic-smithi/5817615

/a/teuthology-2020-08-30_02:30:02-rados-octopus-distro-basic-smithi/5389719


Related issues 2 (0 open2 closed)

Copied to RADOS - Backport #49397: octopus: rados/dashboard: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED)" in cluster logResolvedNathan CutlerActions
Copied to RADOS - Backport #49398: pacific: rados/dashboard: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED)" in cluster logResolvedActions
Actions #2

Updated by Sage Weil about 3 years ago

I think it's this test:

    def test_enable_module_empty_license(self):
        self._disable_module()
        self._check_telemetry_enabled(False)

        self._put('/api/telemetry', {
            'enable': True,
            'license_name': ''
        })
        self.assertStatus(400)
        self.assertError(code='telemetry_enable_license_missing')
        self._check_telemetry_enabled(False)

I think we just need to whitelist the health warning for this test...

Actions #3

Updated by Sage Weil about 3 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 39283
Actions #5

Updated by Josh Durgin about 3 years ago

Actions #6

Updated by Neha Ojha about 3 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #7

Updated by Backport Bot about 3 years ago

  • Copied to Backport #49397: octopus: rados/dashboard: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED)" in cluster log added
Actions #8

Updated by Backport Bot about 3 years ago

  • Copied to Backport #49398: pacific: rados/dashboard: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED)" in cluster log added
Actions #9

Updated by Nathan Cutler about 3 years ago

  • Status changed from Pending Backport to Resolved

While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".

Actions

Also available in: Atom PDF