Project

General

Profile

Actions

Bug #52689

open

dashboard test times out due to health warn: "application not enabled on pool 'dashboard_pool3'"

Added by Deepika Upadhyay over 2 years ago. Updated over 2 years ago.

Status:
Triaged
Priority:
Low
Category:
Component - Pools
Target version:
-
% Done:

0%

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

Description

  description: rados/dashboard/{clusters/{2-node-mgr} debug/mgr objectstore/bluestore-bitmap
    supported-random-distro$/{rhel_8} tasks/dashboard}

times out with health warning:

2021-09-17T07:57:23.319 INFO:tasks.cephfs_test_runner:======================================================================
2021-09-17T07:57:23.319 INFO:tasks.cephfs_test_runner:ERROR: test_pool_create_with_compression (tasks.mgr.dashboard.test_pool.PoolTest)
2021-09-17T07:57:23.320 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2021-09-17T07:57:23.320 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2021-09-17T07:57:23.320 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_8bc82a86e5c44eea0f4bfdc45c04f9a0bc25ced2/qa/tasks/mgr/dashboard/test_pool.py", line 267, in test_pool_create_with_compression
2021-09-17T07:57:23.320 INFO:tasks.cephfs_test_runner:    with self.__yield_pool(None, pool):
2021-09-17T07:57:23.321 INFO:tasks.cephfs_test_runner:  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
2021-09-17T07:57:23.321 INFO:tasks.cephfs_test_runner:    return next(self.gen)
2021-09-17T07:57:23.321 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_8bc82a86e5c44eea0f4bfdc45c04f9a0bc25ced2/qa/tasks/mgr/dashboard/test_pool.py", line 59, in __yield_pool
2021-09-17T07:57:23.322 INFO:tasks.cephfs_test_runner:    data = self._create_pool(name, data)
2021-09-17T07:57:23.322 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_8bc82a86e5c44eea0f4bfdc45c04f9a0bc25ced2/qa/tasks/mgr/dashboard/test_pool.py", line 80, in _create_pool
2021-09-17T07:57:23.322 INFO:tasks.cephfs_test_runner:    self._validate_pool_properties(data, self._get_pool(data['pool']))
2021-09-17T07:57:23.323 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_8bc82a86e5c44eea0f4bfdc45c04f9a0bc25ced2/qa/tasks/mgr/dashboard/test_pool.py", line 120, in _validate_pool_properties
2021-09-17T07:57:23.323 INFO:tasks.cephfs_test_runner:    self.wait_until_equal(self._get_health_status, 'HEALTH_OK', timeout)

/ceph/teuthology-archive/yuriw-2021-09-16_21:30:19-rados-wip-yuri5-testing-2021-09-16-1056-octopus-distro-basic-smithi/6394034/teuthology.log

{
    "POOL_APP_NOT_ENABLED": {
        "severity": "HEALTH_WARN",
        "summary": {
            "message": "1 pool(s) do not have an application enabled",
            "count": 1
        },
        "detail": [
            {
                "message": "application not enabled on pool 'dashboard_pool3'" 
            },
            {
                "message": "use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications." 
            }
        ]
    }

/ceph/teuthology-archive/yuriw-2021-09-16_21:30:19-rados-wip-yuri5-testing-2021-09-16-1056-octopus-distro-basic-smithi/6394034/remote/smithi091/log/ceph-mgr.y.log.gz

also has some unhandled notifications:

2021-09-17T07:25:17.899+0000 7f15cd382700  0 [restful DEBUG root] Unhandled notification type 'clog'

Actions #1

Updated by Ernesto Puerta over 2 years ago

  • Category set to Component - Pools
  • Status changed from New to Triaged
  • Assignee set to Aashish Sharma
  • Priority changed from Normal to Low
  • Source set to Development
Actions

Also available in: Atom PDF