Project

General

Profile

Actions

Bug #49461

closed

rados/upgrade/pacific-x/parallel: upgrade incomplete

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

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

0%

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

Description

2021-02-23T19:36:48.703 INFO:teuthology.orchestra.run.smithi114.stdout:{
2021-02-23T19:36:48.703 INFO:teuthology.orchestra.run.smithi114.stdout:    "mon": {
2021-02-23T19:36:48.703 INFO:teuthology.orchestra.run.smithi114.stdout:        "ceph version 16.1.0-192-g2e271e0c (2e271e0c4e39616e46e1cf7696bb0a77e1afc0d1) pacific (rc)": 3
2021-02-23T19:36:48.704 INFO:teuthology.orchestra.run.smithi114.stdout:    },
2021-02-23T19:36:48.704 INFO:teuthology.orchestra.run.smithi114.stdout:    "mgr": {
2021-02-23T19:36:48.704 INFO:teuthology.orchestra.run.smithi114.stdout:        "ceph version 16.1.0-192-g2e271e0c (2e271e0c4e39616e46e1cf7696bb0a77e1afc0d1) pacific (rc)": 1,
2021-02-23T19:36:48.704 INFO:teuthology.orchestra.run.smithi114.stdout:        "ceph version 17.0.0-1008-g61ad453b (61ad453be029e5c2348acbbbf6cf28bf836201d1) quincy (dev)": 1
2021-02-23T19:36:48.704 INFO:teuthology.orchestra.run.smithi114.stdout:    },
2021-02-23T19:36:48.705 INFO:teuthology.orchestra.run.smithi114.stdout:    "osd": {
2021-02-23T19:36:48.705 INFO:teuthology.orchestra.run.smithi114.stdout:        "ceph version 16.1.0-192-g2e271e0c (2e271e0c4e39616e46e1cf7696bb0a77e1afc0d1) pacific (rc)": 8
2021-02-23T19:36:48.705 INFO:teuthology.orchestra.run.smithi114.stdout:    },
2021-02-23T19:36:48.705 INFO:teuthology.orchestra.run.smithi114.stdout:    "mds": {},
2021-02-23T19:36:48.705 INFO:teuthology.orchestra.run.smithi114.stdout:    "overall": {
2021-02-23T19:36:48.706 INFO:teuthology.orchestra.run.smithi114.stdout:        "ceph version 16.1.0-192-g2e271e0c (2e271e0c4e39616e46e1cf7696bb0a77e1afc0d1) pacific (rc)": 12,
2021-02-23T19:36:48.706 INFO:teuthology.orchestra.run.smithi114.stdout:        "ceph version 17.0.0-1008-g61ad453b (61ad453be029e5c2348acbbbf6cf28bf836201d1) quincy (dev)": 1
2021-02-23T19:36:48.706 INFO:teuthology.orchestra.run.smithi114.stdout:    }
2021-02-23T19:36:48.706 INFO:teuthology.orchestra.run.smithi114.stdout:}
2021-02-23T19:36:49.241 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad2e502-760d-11eb-902b-001a4aab830c -e sha1=61ad453be029e5c2348acbbbf6cf28bf836201d1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"''
.
.
2021-02-23T19:36:51.699 DEBUG:teuthology.orchestra.run:got remote process result: 1
2021-02-23T19:36:51.700 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/run_tasks.py", line 91, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/run_tasks.py", line 70, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/task/parallel.py", line 56, in task
    p.spawn(_run_spawned, ctx, confg, taskname)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/task/parallel.py", line 64, in _run_spawned
    mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/run_tasks.py", line 70, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/task/sequential.py", line 47, in task
    mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/run_tasks.py", line 70, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_ceph-c_61ad453be029e5c2348acbbbf6cf28bf836201d1/qa/tasks/cephadm.py", line 929, in shell
    extra_cephadm_args=env)
  File "/home/teuthworker/src/git.ceph.com_ceph-c_61ad453be029e5c2348acbbbf6cf28bf836201d1/qa/tasks/cephadm.py", line 47, in _shell
    **kwargs
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/orchestra/remote.py", line 215, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/orchestra/run.py", line 455, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/orchestra/run.py", line 183, in _raise_for_status
    node=self.hostname, label=self.label
teuthology.exceptions.CommandFailedError: Command failed on smithi114 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad2e502-760d-11eb-902b-001a4aab830c -e sha1=61ad453be029e5c2348acbbbf6cf28bf836201d1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\''
2021-02-23T19:36:52.345 ERROR:teuthology.run_tasks: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9d438016dcf84e36b3959300542fd896

/a/sseshasa-2021-02-23_04:18:11-rados-wip-sseshasa-testing-2021-02-22-1136-distro-basic-smithi/5905845

Looks like only one mgr was upgraded


Related issues 1 (0 open1 closed)

Is duplicate of Orchestrator - Bug #49484: rados/upgrade/pacific-x/parallel fails due to more than 1 version shown after upradeResolved

Actions
Actions #1

Updated by Neha Ojha about 3 years ago

  • Status changed from New to Duplicate
Actions #2

Updated by Neha Ojha about 3 years ago

  • Is duplicate of Bug #49484: rados/upgrade/pacific-x/parallel fails due to more than 1 version shown after uprade added
Actions

Also available in: Atom PDF