Project

General

Profile

Actions

Bug #41186

closed

mgr/dashboard: Teuthology test failure "test_enable (tasks.mgr.dashboard.test_mgr_module.MgrModuleTelemetryTest)"

Added by Tatjana Dehler over 6 years ago. Updated 8 months ago.

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

0%

Source:
Q/A
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Fixed In:
v15.0.0-3894-g70b7b61b66
Released In:
v15.2.0~2568
Upkeep Timestamp:
2025-07-16T12:15:22+00:00

Description

http://pulpito.ceph.com/tdehler-2019-08-09_11:35:34-rados:mgr-wip-tdehler-testing-29570-distro-basic-mira/

2019-08-09T12:40:26.390 INFO:tasks.cephfs_test_runner:======================================================================
2019-08-09T12:40:26.390 INFO:tasks.cephfs_test_runner:ERROR: test_enable (tasks.mgr.dashboard.test_mgr_module.MgrModuleTelemetryTest)
2019-08-09T12:40:26.390 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2019-08-09T12:40:26.390 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2019-08-09T12:40:26.391 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-29570/qa/tasks/mgr/dashboard/test_mgr_module.py", line 164, in test_enable
2019-08-09T12:40:26.391 INFO:tasks.cephfs_test_runner:    self._ceph_cmd(['mgr', 'module', 'disable', 'telemetry'])
2019-08-09T12:40:26.391 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-29570/qa/tasks/mgr/dashboard/helper.py", line 367, in _ceph_cmd
2019-08-09T12:40:26.391 INFO:tasks.cephfs_test_runner:    res = cls.mgr_cluster.mon_manager.raw_cluster_cmd(*cmd)
2019-08-09T12:40:26.391 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-29570/qa/tasks/ceph_manager.py", line 1233, in raw_cluster_cmd
2019-08-09T12:40:26.391 INFO:tasks.cephfs_test_runner:    stdout=StringIO(),
2019-08-09T12:40:26.391 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 205, in run
2019-08-09T12:40:26.392 INFO:tasks.cephfs_test_runner:    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
2019-08-09T12:40:26.392 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 437, in run
2019-08-09T12:40:26.392 INFO:tasks.cephfs_test_runner:    r.wait()
2019-08-09T12:40:26.392 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 162, in wait
2019-08-09T12:40:26.392 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2019-08-09T12:40:26.392 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 184, in _raise_for_status
2019-08-09T12:40:26.392 INFO:tasks.cephfs_test_runner:    node=self.hostname, label=self.label
2019-08-09T12:40:26.392 INFO:tasks.cephfs_test_runner:CommandFailedError: Command failed on mira064 with status 22: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph mgr module disable telemetry'
2019-08-09T12:40:26.393 INFO:tasks.cephfs_test_runner:
2019-08-09T12:40:26.393 INFO:tasks.cephfs_test_runner:======================================================================
2019-08-09T12:40:26.393 INFO:tasks.cephfs_test_runner:ERROR: tearDownClass (tasks.mgr.dashboard.test_mgr_module.MgrModuleTelemetryTest)
2019-08-09T12:40:26.393 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2019-08-09T12:40:26.393 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2019-08-09T12:40:26.393 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-29570/qa/tasks/mgr/dashboard/test_mgr_module.py", line 17, in tearDownClass
2019-08-09T12:40:26.393 INFO:tasks.cephfs_test_runner:    cls._ceph_cmd(['mgr', 'module', 'disable', 'telemetry'])
2019-08-09T12:40:26.393 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-29570/qa/tasks/mgr/dashboard/helper.py", line 367, in _ceph_cmd
2019-08-09T12:40:26.394 INFO:tasks.cephfs_test_runner:    res = cls.mgr_cluster.mon_manager.raw_cluster_cmd(*cmd)
2019-08-09T12:40:26.394 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-29570/qa/tasks/ceph_manager.py", line 1233, in raw_cluster_cmd
2019-08-09T12:40:26.394 INFO:tasks.cephfs_test_runner:    stdout=StringIO(),
2019-08-09T12:40:26.394 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 205, in run
2019-08-09T12:40:26.394 INFO:tasks.cephfs_test_runner:    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
2019-08-09T12:40:26.394 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 437, in run
2019-08-09T12:40:26.394 INFO:tasks.cephfs_test_runner:    r.wait()
2019-08-09T12:40:26.394 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 162, in wait
2019-08-09T12:40:26.395 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2019-08-09T12:40:26.395 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 184, in _raise_for_status
2019-08-09T12:40:26.395 INFO:tasks.cephfs_test_runner:    node=self.hostname, label=self.label
2019-08-09T12:40:26.395 INFO:tasks.cephfs_test_runner:CommandFailedError: Command failed on mira064 with status 22: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph mgr module disable telemetry'
Actions #1

Updated by Kefu Chai over 6 years ago

2019-08-09T12:40:26.373 INFO:teuthology.orchestra.run.mira064.stderr:Error EINVAL: module 'telemetry' cannot be disabled (always-on)

see https://github.com/ceph/ceph/pull/29337/commits/2d62d71cd46d791294b3803e034c0995fef08b33

Actions #2

Updated by Kefu Chai over 6 years ago

  • Status changed from New to Fix Under Review
  • Assignee set to Kefu Chai
  • Pull request ID set to 29619
Actions #3

Updated by Kefu Chai over 6 years ago

  • Status changed from Fix Under Review to New
  • Assignee changed from Kefu Chai to Alfonso Martínez
  • Pull request ID deleted (29619)
Actions #4

Updated by Alfonso Martínez over 6 years ago

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

Updated by Tatjana Dehler over 6 years ago

  • Status changed from Fix Under Review to Resolved
Actions #6

Updated by Ernesto Puerta almost 5 years ago

  • Project changed from mgr to Dashboard
  • Category changed from 151 to 204
Actions #7

Updated by Upkeep Bot 8 months ago

  • Merge Commit set to 70b7b61b661085bf55d20689d2254bf25e3954c6
  • Fixed In set to v15.0.0-3894-g70b7b61b66
  • Released In set to v15.2.0~2568
  • Upkeep Timestamp set to 2025-07-16T12:15:22+00:00
Actions

Also available in: Atom PDF