Hi. I create an isolated ovn network (ovn-dhcp) in the incus+ovn cluster without uplink (network=none). Next, I create a vm (vm-test) with a connection to this network. The VM port is added to the LS, and the VM receives an address via dhcp, and everything works fine. However, when I delete the vm with the --force option or stop the vm using incus stop, I get an error in the incus logs:
Failed to remove OVN device port device=eth0 driver=nic err=“Failed to load uplink network "none": Network not found” instance=vm-test project=demo
The vm is deleted, but the ports in ovn and the assigned address remain. shouldn’t ovn clean everything up?