Project

General

Profile

Actions

Bug #64208

open

test_cephadm.sh: Container version mismatch causes job to fail.

Added by Sridhar Seshasayee 3 months ago. Updated 3 days ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

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

Description

/a/yuriw-2024-01-26_01:08:12-rados-wip-yuri2-testing-2024-01-25-1327-reef-distro-default-smithi/7533495

Last set of teuthology logs before the failure was reported:

...
2024-01-27T01:36:08.327 INFO:tasks.workunit.client.0.smithi002.stderr:+ sudo /usr/sbin/cephadm --image quay.ceph.io/ceph-ci/ceph:main bootstrap --mon-id a --mgr-id x --mon-ip 127.0.0.1 --fsid 00000000-0000-0000-0000-0000deadbeef --config tmp.test_c
ephadm.sh.FEP7he/tmp.54mEQ219IN --output-config tmp.test_cephadm.sh.FEP7he/tmp.E4dx2ii69Z --output-keyring tmp.test_cephadm.sh.FEP7he/tmp.GvIHQuTTLP --output-pub-ssh-key tmp.test_cephadm.sh.FEP7he/ceph.pub --allow-overwrite --skip-mon-network --ski
p-monitoring-stack
2024-01-27T01:36:08.491 INFO:tasks.workunit.client.0.smithi002.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts.
2024-01-27T01:36:08.491 INFO:tasks.workunit.client.0.smithi002.stdout:Verifying podman|docker is present...
2024-01-27T01:36:08.523 INFO:tasks.workunit.client.0.smithi002.stdout:Verifying lvm2 is present...
2024-01-27T01:36:08.523 INFO:tasks.workunit.client.0.smithi002.stdout:Verifying time synchronization is in place...
2024-01-27T01:36:08.547 INFO:tasks.workunit.client.0.smithi002.stdout:Unit chronyd.service is enabled and running
2024-01-27T01:36:08.547 INFO:tasks.workunit.client.0.smithi002.stdout:Repeating the final host check...
2024-01-27T01:36:08.575 INFO:tasks.workunit.client.0.smithi002.stdout:podman (/bin/podman) version 4.6.1 is present
2024-01-27T01:36:08.575 INFO:tasks.workunit.client.0.smithi002.stdout:systemctl is present
2024-01-27T01:36:08.575 INFO:tasks.workunit.client.0.smithi002.stdout:lvcreate is present
2024-01-27T01:36:08.598 INFO:tasks.workunit.client.0.smithi002.stdout:Unit chronyd.service is enabled and running
2024-01-27T01:36:08.598 INFO:tasks.workunit.client.0.smithi002.stdout:Host looks OK
2024-01-27T01:36:08.598 INFO:tasks.workunit.client.0.smithi002.stdout:Cluster fsid: 00000000-0000-0000-0000-0000deadbeef
2024-01-27T01:36:08.599 INFO:tasks.workunit.client.0.smithi002.stdout:Verifying IP 127.0.0.1 port 3300 ...
2024-01-27T01:36:08.599 INFO:tasks.workunit.client.0.smithi002.stdout:Verifying IP 127.0.0.1 port 6789 ...
2024-01-27T01:36:08.600 INFO:tasks.workunit.client.0.smithi002.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network
2024-01-27T01:36:08.600 INFO:tasks.workunit.client.0.smithi002.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:main...
2024-01-27T01:36:09.691 INFO:tasks.workunit.client.0.smithi002.stdout:Ceph version: ceph version 19.0.0-918-g37d5d931 (37d5d931b0be2231b571c34fab61d106946b8944) squid (dev)
2024-01-27T01:36:09.692 INFO:tasks.workunit.client.0.smithi002.stderr:Error: Container release squid != cephadm release reef; please use matching version of cephadm (pass --allow-mismatched-release to continue anyway)
2024-01-27T01:36:09.692 INFO:tasks.workunit.client.0.smithi002.stdout:
2024-01-27T01:36:09.692 INFO:tasks.workunit.client.0.smithi002.stdout:
2024-01-27T01:36:09.692 INFO:tasks.workunit.client.0.smithi002.stdout:▸ ***************
2024-01-27T01:36:09.692 INFO:tasks.workunit.client.0.smithi002.stdout:▸ Cephadm hit an issue during cluster installation. Current cluster files will NOT BE DELETED automatically to change
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:▸ this behaviour you can pass the --cleanup-on-failure. To remove this broken cluster manually please run:
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:▸    > cephadm rm-cluster --force --fsid 00000000-0000-0000-0000-0000deadbeef
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:▸ in case of any previous broken installation user must use the rm-cluster command to delete the broken cluster:
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:▸    > cephadm rm-cluster --force --zap-osds --fsid <fsid>
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:▸ for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:▸ ***************
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stdout:
2024-01-27T01:36:09.693 INFO:tasks.workunit.client.0.smithi002.stderr:ERROR: Container release squid != cephadm release reef; please use matching version of cephadm (pass --allow-mismatched-release to continue anyway)
...
Actions #1

Updated by Aishwarya Mathuria 3 months ago

/a/yuriw-2024-02-13_15:50:02-rados-wip-yuri2-testing-2024-02-12-0808-reef-distro-default-smithi/7558339

Actions #2

Updated by Laura Flores 2 months ago

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

/a/yuriw-2024-02-22_21:33:08-rados-wip-yuri8-testing-2024-02-22-0734-reef-distro-default-smithi/7571334

Actions #3

Updated by Laura Flores 2 months ago

/a/yuriw-2024-02-28_22:53:11-rados-wip-yuri2-testing-2024-02-16-0829-reef-distro-default-smithi/7576313

Actions #4

Updated by Laura Flores about 2 months ago

/a/yuriw-2024-03-04_20:52:58-rados-reef-release-distro-default-smithi/7581706

Actions #5

Updated by Aishwarya Mathuria about 2 months ago

/a/yuriw-2024-03-13_19:26:09-rados-wip-yuri-testing-2024-03-12-1240-reef-distro-default-smithi/7598333
/a/yuriw-2024-03-13_19:26:09-rados-wip-yuri-testing-2024-03-12-1240-reef-distro-default-smithi/7598585

Actions #6

Updated by Laura Flores about 1 month ago

/a/yuriw-2024-03-22_13:09:48-rados-wip-yuri11-testing-2024-03-21-0851-reef-distro-default-smithi/7616800

Actions #7

Updated by Laura Flores about 1 month ago

/a/yuriw-2024-03-29_19:10:12-rados-wip-yuri11-testing-2024-03-28-0753-reef-distro-default-smithi/7629818

Actions #8

Updated by Adam King 30 days ago

this issue I believe is currently on reef (and sort of squid, it will start appearing as soon as main gets bumped to be version 20) but not on main. This makes it a bit more difficult to track, but I'll at least post the squid and reef PRs we need on this tracker

Actions #11

Updated by Adam King 25 days ago

  • Status changed from New to In Progress
  • Assignee set to Adam King
  • Pull request ID set to 56714
Actions #12

Updated by Laura Flores 19 days ago · Edited

/a/yuriw-2024-04-09_01:16:20-rados-reef-release-distro-default-smithi/7647904
/a/yuriw-2024-04-09_01:16:20-rados-reef-release-distro-default-smithi/7647410
/a/yuriw-2024-04-09_01:16:20-rados-reef-release-distro-default-smithi/7647645

Actions #13

Updated by Laura Flores 11 days ago

/a/yuriw-2024-04-22_18:19:58-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7668470

Actions #14

Updated by Matan Breizman 3 days ago

/a/yuriw-2024-04-20_01:10:46-rados-wip-yuri7-testing-2024-04-18-1351-reef-distro-default-smithi/7664211

Actions

Also available in: Atom PDF