Actions
Bug #45584
closedqa/tasks/cephadm: With roleless feature no mons are deployed
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v16.0.0-1780-gfdb2d1e62c
Released In:
v16.2.0~2519
Upkeep Timestamp:
2025-07-14T23:38:43+00:00
Description
2020-05-12T12:30:32.395 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/contextutil.py", line 34, in nested
yield vars
File "/home/teuthworker/src/github.com_varshar16_ceph_wip-varsha-testing-2/qa/tasks/cephadm.py", line 1108, in task
healthy(ctx=ctx, config=config)
File "/home/teuthworker/src/github.com_varshar16_ceph_wip-varsha-testing-2/qa/tasks/ceph.py", line 1429, in healthy
ceph_fs = Filesystem(ctx) # TODO: make Filesystem cluster-aware
File "/home/teuthworker/src/github.com_varshar16_ceph_wip-varsha-testing-2/qa/tasks/cephfs/filesystem.py", line 432, in __init__
super(Filesystem, self).__init__(ctx)
File "/home/teuthworker/src/github.com_varshar16_ceph_wip-varsha-testing-2/qa/tasks/cephfs/filesystem.py", line 247, in __init__
super(MDSCluster, self).__init__(ctx)
File "/home/teuthworker/src/github.com_varshar16_ceph_wip-varsha-testing-2/qa/tasks/cephfs/filesystem.py", line 202, in __init__
self.mon_manager = ceph_manager.CephManager(self.admin_remote, ctx=ctx, logger=log.getChild('ceph_manager'))
File "/home/teuthworker/src/github.com_varshar16_ceph_wip-varsha-testing-2/qa/tasks/cephfs/filesystem.py", line 196, in admin_remote
first_mon = misc.get_first_mon(self._ctx, None)
File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/misc.py", line 1001, in get_first_mon
assert False, 'no mon for cluster found'
AssertionError: no mon for cluster found
Updated by Varsha Rao almost 6 years ago
- Status changed from New to Fix Under Review
- Pull request ID set to 35104
Updated by Kefu Chai almost 6 years ago
- Status changed from Fix Under Review to Resolved
Updated by Upkeep Bot 8 months ago
- Merge Commit set to fdb2d1e62c630ce134015750115b075ec767bf1f
- Fixed In set to v16.0.0-1780-gfdb2d1e62c
- Released In set to v16.2.0~2519
- Upkeep Timestamp set to 2025-07-14T23:38:43+00:00
Actions