Closed elaine-oxide closed 1 month ago
Looks like we're missing an index
error = DatabaseError(Unknown, "query `SELECT \\"bgp_config\\".\\"id\\" FROM \\"bgp_config\\" WHERE (\\"bgp_config\\".\\"name\\" = $1) LIMIT $2` contains a full table/index scan which is explicitly disallowed")
I am running a4x2 with:
1059fe109fadbccf559e4adad134eaffcb67b85a
I was testing
oxide system networking bgp config create
and made several extra bgp configs. Below,as65547
is the original working one, the other ones are the extra ones that I created.I tried to delete a bgp config that is not in the above list (
n
does not exist).On a4x2 g3 (serves requests at the IP address that Oxide CLI connects to):
I tried to delete
hello5
, which does not actually exist because that is thedescription
field, not theid
orname
field.On a4x2 g3:
I tried to delete a UUID that actually exists, which belongs to the bgp config that has the description
hello5
.On a4x2 g3:
I tried to delete the same bgp config that has the description
hello5
, but now referencing it by name.On a4x2 g3: