Project

General

Profile

Actions

Bug #58140

open

quay.ceph.io/ceph-ci/ceph: manifest unknown

Added by Aishwarya Mathuria over 1 year ago. Updated over 1 year ago.

Status:
Need More Info
Priority:
Normal
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

Seeing the following error in cephadm/test_cephadm.sh failure:

2022-11-30T02:06:35.681 INFO:tasks.workunit.client.0.smithi106.stderr:ceph: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:master...
2022-11-30T02:06:35.681 INFO:tasks.workunit.client.0.smithi106.stderr:ceph: stderr Error: initializing source docker://quay.ceph.io/ceph-ci/ceph:master: reading manifest master in quay.ceph.io/ceph-ci/ceph: manifest unknown: manifest unknown

/a/yuriw-2022-11-29_22:29:58-rados-wip-yuri10-testing-2022-11-29-1005-pacific-distro-default-smithi/7097454
/a/yuriw-2022-11-29_22:29:58-rados-wip-yuri10-testing-2022-11-29-1005-pacific-distro-default-smithi/7097621
/a/yuriw-2022-11-29_22:29:58-rados-wip-yuri10-testing-2022-11-29-1005-pacific-distro-default-smithi/7097837

Actions #1

Updated by Matan Breizman over 1 year ago

/a/yuriw-2022-11-28_16:28:53-rados-wip-yuri-testing-2022-11-18-1500-pacific-distro-default-smithi/7094314/
/a/yuriw-2022-11-28_16:28:53-rados-wip-yuri-testing-2022-11-18-1500-pacific-distro-default-smithi/7094456/
/a/yuriw-2022-11-28_16:28:53-rados-wip-yuri-testing-2022-11-18-1500-pacific-distro-default-smithi/7094567/
/a/yuriw-2022-11-28_16:28:53-rados-wip-yuri-testing-2022-11-18-1500-pacific-distro-default-smithi/7094666/

Actions #2

Updated by Casey Bodley over 1 year ago

  • Status changed from New to Need More Info

hi Aishwarya, this isn't an rgw bug - could you please move it to the appropriate project?

Actions #3

Updated by Casey Bodley over 1 year ago

  • Project changed from rgw to Orchestrator
Actions #4

Updated by Laura Flores over 1 year ago

/a/lflores-2022-12-05_18:16:56-rados-wip-yuri8-testing-2022-12-01-0905-pacific-distro-default-smithi/7103731

Actions #5

Updated by Laura Flores over 1 year ago

  • Translation missing: en.field_tag_list set to test-failure
Actions #6

Updated by Laura Flores over 1 year ago

/a/yuriw-2022-12-08_15:36:34-rados-wip-yuri2-testing-2022-12-07-0821-pacific-distro-default-smithi/7108610

Actions #7

Updated by Adam King over 1 year ago

I feel like this might just be the same issue as https://tracker.ceph.com/issues/58146, in that the reason for "manifest unknown" is just that it's pulling the "master" image instead of "main". Will see once the backports for that one are merged if this stops happening as well.

Actions #8

Updated by Laura Flores over 1 year ago

I'm seeing a similar failure in octopus-x-pacific upgrades with the octopus branch:

/a/yuriw-2022-12-11_17:07:00-upgrade:octopus-x-pacific-distro-default-smithi/7112400

2022-12-11T19:17:07.014 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus
2022-12-11T19:17:08.010 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay.ceph.io/ceph-ci/ceph:octopus not found: manifest unknown: manifest unknown
2022-12-11T19:17:08.014 INFO:teuthology.orchestra.run.smithi018.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus
2022-12-11T19:17:08.014 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay.ceph.io/ceph-ci/ceph:octopus not found: manifest unknown: manifest unknown
2022-12-11T19:17:08.019 INFO:teuthology.orchestra.run.smithi018.stderr:Traceback (most recent call last):
2022-12-11T19:17:08.019 INFO:teuthology.orchestra.run.smithi018.stderr:  File "/home/ubuntu/cephtest/cephadm", line 6250, in <module>
2022-12-11T19:17:08.019 INFO:teuthology.orchestra.run.smithi018.stderr:    r = args.func()
2022-12-11T19:17:08.020 INFO:teuthology.orchestra.run.smithi018.stderr:  File "/home/ubuntu/cephtest/cephadm", line 1458, in _default_image
2022-12-11T19:17:08.020 INFO:teuthology.orchestra.run.smithi018.stderr:    return func()
2022-12-11T19:17:08.020 INFO:teuthology.orchestra.run.smithi018.stderr:  File "/home/ubuntu/cephtest/cephadm", line 2990, in command_bootstrap
2022-12-11T19:17:08.020 INFO:teuthology.orchestra.run.smithi018.stderr:    _pull_image(args.image)
2022-12-11T19:17:08.020 INFO:teuthology.orchestra.run.smithi018.stderr:  File "/home/ubuntu/cephtest/cephadm", line 2784, in _pull_image
2022-12-11T19:17:08.021 INFO:teuthology.orchestra.run.smithi018.stderr:    raise RuntimeError('Failed command: %s' % cmd_str)
2022-12-11T19:17:08.021 INFO:teuthology.orchestra.run.smithi018.stderr:RuntimeError: Failed command: /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus

Actions #9

Updated by Laura Flores over 1 year ago

There is no octopus image in ceph-ci: https://quay.ceph.io/repository/ceph-ci/ceph?tab=tags

Actions #10

Updated by Kamoltat (Junior) Sirivadhna over 1 year ago

/a/ksirivad-2022-12-21_15:23:02-rados-wip-ksirivad-test-quincy-distro-default-smithi/7123797/

Actions #11

Updated by Kamoltat (Junior) Sirivadhna over 1 year ago

/a/ksirivad-2022-12-22_17:58:01-rados-wip-ksirivad-testing-pacific-distro-default-smithi/7124875/

Actions

Also available in: Atom PDF