Hi all,
I have get this error and incus network list does not reply with the results, I want to delete the network interface from sql, what is the proper way of removing ovn interface?
Regards.
What command are you running that’s giving this error?
The error basically means that you have Incus configured to interact with the OVN database at 10.214.213.1:6641 but that database is currently unresponsive.
You usually would want to edit the server config (incus config edit
) to correct the OVN database connection string to be correct, then you can once against interact with OVN and manage your networks.
If OVN is completely broken and you need to remove it. I’d probably start by removing the database connection string from the server config, then see if you can delete the network from Incus. If you can’t, you may need to resort to DB surgery at that point.
Thanks Stephane for the reply, I have discarded the ovn network and the definition exists, I totally forgot to edit the definition from the config instead I deleted the ovn definition from sql.
Regards.