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
If an IP has been added to a machine via /srv/*/config/ip, then if removed, it won't be removed from the configuration until next reboot when it won't be re-added.
This is likely as it can't be determined that Symbiosis added the IP, so we should probably either:
Make it clear in the docs that removing an IP will need a reboot or manual change via ip.
Automatically remove any IPs not set somewhere in /srv/*/config/ip when running symbiosis-configure-ips.
Provide a --force switch (like the other Symbiosis apps) to make the config match what symbiosis-configure-ips is trying to do.
At the moment IPs are added, and no state is kept when things are added/removed. A --force flag could do the trick, but we'd want to be careful not to remove the "main" IP :)
If an IP has been added to a machine via
/srv/*/config/ip
, then if removed, it won't be removed from the configuration until next reboot when it won't be re-added.This is likely as it can't be determined that Symbiosis added the IP, so we should probably either:
ip
./srv/*/config/ip
when running symbiosis-configure-ips.--force
switch (like the other Symbiosis apps) to make the config match what symbiosis-configure-ips is trying to do.The text was updated successfully, but these errors were encountered: