Project

General

Profile

Actions

Bug #43977

closed

qa/tasks/cephadm.py: ceph_bootstrap: AttributeError: 'list' object has no attribute 'keys'

Added by Sebastian Wagner about 4 years ago. Updated about 4 years ago.

Status:
Can't reproduce
Priority:
Urgent
Assignee:
Category:
-
Target version:
-
% Done:

0%

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

Description

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/git.ceph.com_git_teuthology_master/teuthology/task/install/__init__.py", line 599, in task
    yield
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 89, in run_tasks
    manager.__enter__()
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/src/github.com_tchaikov_ceph_wip-43657/qa/tasks/cephadm.py", line 958, in task
    lambda: distribute_config_and_admin_keyring(ctx=ctx, config=config),
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/contextutil.py", line 56, in nested
    reraise(*exc)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/contextutil.py", line 32, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/src/github.com_tchaikov_ceph_wip-43657/qa/tasks/cephadm.py", line 424, in ceph_bootstrap
    assert remote.shortname in hosts.keys()
AttributeError: 'list' object has no attribute 'keys'

http://pulpito.ceph.com/kchai-2020-02-05_03:04:11-rados-wip-kefu-testing-2020-02-03-1702-distro-basic-smithi/

Actions #1

Updated by Sebastian Wagner about 4 years ago

  • Description updated (diff)
Actions #2

Updated by Sebastian Wagner about 4 years ago

ok - it looks as if this was a PR branch, not merged into master.

Actions #3

Updated by Sebastian Wagner about 4 years ago

  • Assignee set to Sage Weil

Sage, assigned to you. I assume that you're the one who knows which PR is causing this.

Actions #4

Updated by Kefu Chai about 4 years ago

  • Status changed from New to Can't reproduce
Actions

Also available in: Atom PDF