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
We create a default pool at the fleet level at rack init. In #3985 (comment) and the comment below I mentioned the possibility that you could delete the default fleet-wide pool and therefore have nothing to fall back to if there is no silo default.
However, it may be that we actually want to allow operators to remove the default fleet-level pool, thereby forcing end users to either use a silo default (if one is configured) or always explicitly specify a pool at instance create. We will have to listen to customers on this based on their experience with IP pools as currently implemented.
The text was updated successfully, but these errors were encountered:
We create a default pool at the fleet level at rack init. In #3985 (comment) and the comment below I mentioned the possibility that you could delete the default fleet-wide pool and therefore have nothing to fall back to if there is no silo default.
omicron/nexus/db-queries/src/db/datastore/ip_pool.rs
Lines 75 to 80 in 01e730a
A simple way to prevent this is to require there to always be a fleet-wide default pool by:
However, it may be that we actually want to allow operators to remove the default fleet-level pool, thereby forcing end users to either use a silo default (if one is configured) or always explicitly specify a pool at instance create. We will have to listen to customers on this based on their experience with IP pools as currently implemented.
The text was updated successfully, but these errors were encountered: