Project

General

Profile

Actions

Bug #52889

open

upgrade tests fails because of missing ceph-volume package

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

Status:
Triaged
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

Recently we seperated ceph-volume from ceph-base to a seperate one, have not looked deeply into it right now, but I suspect this to be related to it.

2021-10-10T02:04:37.621 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=15.2.14-133-g7860f3d7-1focal cephadm=15.2.14-133-g7860f3d7-1focal ceph-mds=15.2.14-133-g7860f3d7-1focal ceph-mgr=15.2.14-133-g7860f3d7-1focal ceph-common=15.2.14-133-g7860f3d7-1focal ceph-fuse=15.2.14-133-g7860f3d7-1focal ceph-test=15.2.14-133-g7860f3d7-1focal ceph-volume=15.2.14-133-g7860f3d7-1focal radosgw=15.2.14-133-g7860f3d7-1focal python3-rados=15.2.14-133-g7860f3d7-1focal python3-rgw=15.2.14-133-g7860f3d7-1focal python3-cephfs=15.2.14-133-g7860f3d7-1focal python3-rbd=15.2.14-133-g7860f3d7-1focal libcephfs2=15.2.14-133-g7860f3d7-1focal libcephfs-dev=15.2.14-133-g7860f3d7-1focal librados2=15.2.14-133-g7860f3d7-1focal librbd1=15.2.14-133-g7860f3d7-1focal rbd-fuse=15.2.14-133-g7860f3d7-1focal
2021-10-10T02:04:37.623 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=15.2.14-133-g7860f3d7-1focal cephadm=15.2.14-133-g7860f3d7-1focal ceph-mds=15.2.14-133-g7860f3d7-1focal ceph-mgr=15.2.14-133-g7860f3d7-1focal ceph-common=15.2.14-133-g7860f3d7-1focal ceph-fuse=15.2.14-133-g7860f3d7-1focal ceph-test=15.2.14-133-g7860f3d7-1focal ceph-volume=15.2.14-133-g7860f3d7-1focal radosgw=15.2.14-133-g7860f3d7-1focal python3-rados=15.2.14-133-g7860f3d7-1focal python3-rgw=15.2.14-133-g7860f3d7-1focal python3-cephfs=15.2.14-133-g7860f3d7-1focal python3-rbd=15.2.14-133-g7860f3d7-1focal libcephfs2=15.2.14-133-g7860f3d7-1focal libcephfs-dev=15.2.14-133-g7860f3d7-1focal librados2=15.2.14-133-g7860f3d7-1focal librbd1=15.2.14-133-g7860f3d7-1focal rbd-fuse=15.2.14-133-g7860f3d7-1focal
2021-10-10T02:04:37.693 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists...
2021-10-10T02:04:37.700 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists...
2021-10-10T02:04:37.846 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree...
2021-10-10T02:04:37.880 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information...
2021-10-10T02:04:37.881 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree...
2021-10-10T02:04:37.881 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information...
2021-10-10T02:04:37.881 DEBUG:teuthology.orchestra.run:got remote process result: 100
2021-10-10T02:04:37.882 INFO:teuthology.orchestra.run.smithi060.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead.
2021-10-10T02:04:37.882 INFO:teuthology.orchestra.run.smithi060.stderr:E: Unable to locate package ceph-volume
2021-10-10T02:04:37.883 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/contextutil.py", line 31, in nested
    vars.append(enter())
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/task/install/__init__.py", line 218, in install
    install_packages(ctx, package_list, config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/task/install/__init__.py", line 83, in install_packages
    ctx, remote, pkgs[system_type], config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/task/install/deb.py", line 95, in _update_package_list_and_install
    args=install_cmd + ['%s=%s' % (d, version) for d in debs],
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/task/install/deb.py", line 32, in install_dep_packages
    _retry_if_eagain_in_output(remote, args)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/task/install/deb.py", line 20, in _retry_if_eagain_in_output
    return remote.run(args=args, stderr=stderr)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/orchestra/remote.py", line 509, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/orchestra/run.py", line 455, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_6f40c4ca66d0ac515a149c2e25df0d91b2dd1a9b/teuthology/orchestra/run.py", line 183, in _raise_for_status
    node=self.hostname, label=self.label
teuthology.exceptions.CommandFailedError: Command failed on smithi060 with status 100: 'sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=15.2.14-133-g7860f3d7-1focal cephadm=15.2.14-133-g7860f3d7-1focal ceph-mds=15.2.14-133-g7860f3d7-1focal ceph-mgr=15.2.14-133-g7860f3d7-1focal ceph-common=15.2.14-133-g7860f3d7-1focal ceph-fuse=15.2.14-133-g7860f3d7-1focal ceph-test=15.2.14-133-g7860f3d7-1focal ceph-volume=15.2.14-133-g7860f3d7-1focal radosgw=15.2.14-133-g7860f3d7-1focal python3-rados=15.2.14-133-g7860f3d7-1focal python3-rgw=15.2.14-133-g7860f3d7-1focal python3-cephfs=15.2.14-133-g7860f3d7-1focal python3-rbd=15.2.14-133-g7860f3d7-1focal libcephfs2=15.2.14-133-g7860f3d7-1focal libcephfs-dev=15.2.14-133-g7860f3d7-1focal librados2=15.2.14-133-g7860f3d7-1focal librbd1=15.2.14-133-g7860f3d7-1focal rbd-fuse=15.2.14-133-g7860f3d7-1focal'

http://qa-proxy.ceph.com/teuthology/ideepika-2021-10-09_11:24:49-upgrade-wip-kefu-testing-2021-10-08-0624-distro-default-smithi/6429555/teuthology.log

Actions #1

Updated by Deepika Upadhyay over 2 years ago

  • Project changed from rbd to RADOS
Actions #2

Updated by Neha Ojha over 2 years ago

  • Status changed from New to Triaged

We need something like 4e525127fbb710c1ac074cf61b448055781a69e3, for octopus-x as well.

Actions

Also available in: Atom PDF