On Wed, 05 Jul 2023 12:03:09 +0200 Andreas Beckmann <[email protected]> wrote: > Package: ovn-common > Version: 23.03.0-1 > Severity: normal > User: [email protected] > Usertags: piuparts > > Hi, > > during a test with piuparts I noticed your package ships (or creates) > a broken symlink. > > From the attached log (scroll to the bottom...): > > 0m25.5s ERROR: FAIL: Broken symlinks: > /usr/lib/ocf/resource.d/ovn/ovndb-servers -> /usr/share/openvswitch/scripts/ovndb-servers.ocf > > The package ships /usr/share/ovn/scripts/ovndb-servers.ocf - should that > have been the target instead? > > BTW, why is the link created in the postinst and not shipped by the > package?
Hi Frode, As far as I can tell, this is a very old symlink that probably predates the ovs-ovn split, and that's why it points to the old location. As the bug reporter correctly pointed out, this is now shipped at usr/share/ovn/scripts/ovndb-servers.ocf and from the same package. So I think we can just drop the postinst/postrm scripts and add a fixed ovn- common.links file to list it, and call it a day? Thanks!

