Bug #73848
closedTeuthology unable to install "ceph-osd-classic" package
0%
Description
/a/lflores-2025-11-13_20:19:53-rados:cephadm:workunits-main-distro-default-smithi/8601822
2025-11-13T20:38:03.072 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-osd-classic 2025-11-13T20:38:03.677 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:56 ago on Thu 13 Nov 2025 08:36:07 PM UTC. 2025-11-13T20:38:03.813 INFO:teuthology.orchestra.run.smithi123.stdout:No match for argument: ceph-osd-classic 2025-11-13T20:38:03.838 INFO:teuthology.orchestra.run.smithi123.stderr:Error: Unable to find a match: ceph-osd-classic 2025-11-13T20:38:03.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2025-11-13T20:38:03.864 ERROR:teuthology.contextutil:Saw exception from nested tasks
Updated by Laura Flores 4 months ago
Coming from https://github.com/ceph/ceph/pull/65782/
Updated by Kefu Chai 4 months ago · Edited
this is expected.
there are three git commits involved here:
- 53960968e7652cce9e2dc7473f92f2e8818f64c5: this is the commit under test. and it is an ancestor of f536da75105bd0edd9888a5cbea373cb3eeb224a. in other words, it does not contain my change.
- f536da75105bd0edd9888a5cbea373cb3eeb224a: it merged my changes at https://github.com/ceph/ceph/pull/65782/
- 9db024c77656e31c115301abfa1e8049e05c8283: where the qa work units came from. i cannot find it from https://github.com/ljflores/ceph.git anymore. but since it tried to install ceph-osd-classic, i guess it should contain my change.
so, you were testing a commit which does not contain my change with the qa unit containing my change. i don't think it'd work, and this behavior is expected.
Updated by Laura Flores 4 months ago · Edited
@Kefu Chai yes, the one I linked is from some tests I ran with a separate qa branch.
I also see it in the nightly tests though, which are running all on the same commit:
/a/teuthology-2025-11-16_20:00:21-rados-main-distro-default-smithi/8605480
/a/teuthology-2025-11-16_20:00:21-rados-main-distro-default-smithi/8605314
See this link for more examples:
https://pulpito.ceph.com/teuthology-2025-11-16_20:00:21-rados-main-distro-default-smithi/
The only affected tests are "thrash-old-clients" and "upgrade", so maybe it's an incompatibility with different versions?
Updated by Laura Flores 4 months ago
- Status changed from New to Fix Under Review
- Assignee set to Matan Breizman
- Pull request ID set to 66268
Matan has a fix.
Updated by Upkeep Bot 4 months ago
- Status changed from Fix Under Review to Resolved
- Merge Commit set to d566702a5ad9617e34de2ba5fae3e9dc1d58731b
- Fixed In set to v20.3.0-4259-gd566702a5a
- Upkeep Timestamp set to 2025-11-19T13:09:51+00:00
Updated by Laura Flores 4 months ago
- Related to Bug #73957: rados/encoder: Teuthology unable to install "ceph-osd-classic" package added
Updated by Laura Flores 16 days ago
- Related to Bug #75223: upgrade/cephfs: Error: Unable to find a match: ceph-osd-classic added