]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
debian,ceph.spec: fix ceph-osd upgrade conflicts wip-matanb-crimson-obselte-v2
authorMatan Breizman <mbreizma@redhat.com>
Tue, 9 Dec 2025 09:52:08 +0000 (09:52 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 9 Dec 2025 10:54:51 +0000 (10:54 +0000)
commit69b37bc4a9a4a04d146694ba37504b05d7a135cf
tree48fbca709adc1583d0734560d8ae2dfde13a8492
parentc1de2b134fe75e452ebbdd7e8f8f6170cbb41323
debian,ceph.spec: fix ceph-osd upgrade conflicts

With https://github.com/ceph/ceph/pull/65782 merged, upgrading ceph-osd
would need to replace the previous ceph-osd existing on the machine.
Otherwise, we won't be able to symlink the newly installed package:
```
2025-12-05T21:09:20.472 INFO:teuthology.orchestra.run.smithi077.stdout:
Installing       : ceph-osd-classic-2:20.3.0-4434.g8611241d.el9.x86_6
24/87
2025-12-05T21:09:20.478 INFO:teuthology.orchestra.run.smithi077.stdout:
Running scriptlet: ceph-osd-classic-2:20.3.0-4434.g8611241d.el9.x86_6
24/87
2025-12-05T21:09:20.479
INFO:teuthology.orchestra.run.smithi077.stdout:failed to link
/usr/bin/ceph-osd -> /etc/alternatives/ceph-osd: /usr/bin/ceph-osd
exists and it is not a symlink
```

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
ceph.spec.in
debian/control