You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To manage ovn components I decided to create systemd.services based on the ones provided by ovn-central and ovn-host Debian packages, since the ovn does not include any services.
This services use ovn-ctl script to manage services. Line 22 ovn-ctl tries to source ovs-lib at line 22 but it is not able to find it because ovs-lib comes from the openvswitch package
Steps To Reproduce
Simply executing ovn-ctl with whatever valid options
"${pkgs.ovn}/share/ovn/scripts/ovn-ctl start_controller --ovn-manage-ovsdb=no --no-monitor"
root@MYHOST /# nix/store/y3ci49p62gpi34xjla3q8x3pwdlrj14v-ovn-24.09.1/share/ovn/scripts/ovn-ctl start_controller --ovn-manage-ovsdb=no --no-monitor
nix/store/y3ci49p62gpi34xjla3q8x3pwdlrj14v-ovn-24.09.1/share/ovn/scripts/ovn-ctl: line 22: nix/store/y3ci49p62gpi34xjla3q8x3pwdlrj14v-ovn-24.09.1/share/openvswitch/scripts/ovs-lib: No such file or directory
Expected behavior
ovn-ctl should be able to source "${pkgs.openvswitch}/share/openvvswitch/scripts/ovs-lib
Additional context
Two of the 5 systemd services I declared. This is only for non-cluster usage so I did not bother with args
@adamcstephens I saw that your are also active on the incus project. Since I am trying to get ovn working to use it with incus, may be you could give me a better way to get ovn running for Incus ?
The text was updated successfully, but these errors were encountered:
You may have guessed from that behaivor, but nobody is probably using this package. I created it hoping one day we would get full support, but it's a non-trivial module to build that nobody has built yet. I'd be open to reviewing PRs, but I currently have no plans to do more than keep the package alive.
Thank you for the fix and the info. I will try to make it work on a standalone install if it is not too hard. Otherwise I will probably try Opensuse microos.
Describe the bug
To manage ovn components I decided to create
systemd.services
based on the ones provided by ovn-central and ovn-host Debian packages, since the ovn does not include any services.This services use
ovn-ctl
script to manage services. Line 22ovn-ctl
tries to sourceovs-lib
at line 22 but it is not able to find it becauseovs-lib
comes from the openvswitch packageSteps To Reproduce
Simply executing ovn-ctl with whatever valid options
Expected behavior
ovn-ctl
should be able to source"${pkgs.openvswitch}/share/openvvswitch/scripts/ovs-lib
Additional context
Two of the 5 systemd services I declared. This is only for non-cluster usage so I did not bother with args
Metadata
@adamcstephens I saw that your are also active on the incus project. Since I am trying to get ovn working to use it with incus, may be you could give me a better way to get ovn running for Incus ?
The text was updated successfully, but these errors were encountered: