fmateo05
(Felipe Mateo)
January 29, 2024, 2:02pm
1
Hello;
I followed the guide related to install cluster with ovn networking (https://linuxcontainers.org/incus/docs/main/howto/network_ovn_setup/ )
Now, when I want to create peering between ovn interfaces it shows the following issue:
# incus network peer create ovn2 ovn1-to-ovn2 ovn1
Error: Failed creating peer: sql: no rows in result set
I use stable release on a cluster install and also tested with daily release on another cluster install with same result.
Regards,
stgraber
(Stéphane Graber)
January 29, 2024, 3:41pm
2
Thatâs odd, can you show incus network list
?
roka
(ROKA Admin)
January 29, 2024, 4:07pm
4
I am getting the same error.
incus network peer create test1-ovn test1-to-test test-ovn
Error: Failed creating peer: sql: no rows in result set
stgraber
(Stéphane Graber)
January 29, 2024, 5:10pm
5
Iâve reproduced the issue, looking into it now.
stgraber
(Stéphane Graber)
January 29, 2024, 8:10pm
7
Iâll push the fix to my stable package once we have it reviewed and merged.
fmateo05
(Felipe Mateo)
January 29, 2024, 8:14pm
8
Ok waiting for it; shall we compile from github code?
stgraber
(Stéphane Graber)
January 29, 2024, 8:17pm
9
It should be in the stable package within the next 24h so hopefully you donât need to start building Incus locally.
fmateo05
(Felipe Mateo)
January 29, 2024, 8:24pm
10
Ok, noted. I am also trying to update using the sql subcommand of âincus adminâ; tried some insert but the change is not fully applied (It is showed on the peer list , however , I cannot ping between the ovnâs)
stgraber
(Stéphane Graber)
January 29, 2024, 9:31pm
11
Fix has been merged and stable is rebuilding with it now.
1 Like
roka
(ROKA Admin)
January 30, 2024, 7:18am
12
Ok this solved the problem its working fine now.