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
fb_network_scripts does some trickery under the hood to in-place modify configs to try and avoid network restarts at much as possible. This is great, but the changes don't get reflected in /var/chef/backups, making troubleshooting harder at times. I'm not entirely sure if this is something we can sanely improve, but filing this for tracking and visibility.
The text was updated successfully, but these errors were encountered:
That said I'd be careful... there are two different times when we write to that file - one is to mask "cosmetic" changes - the other is because we are going to implement the change ourselves and don't want to trigger a full interface bounce. It may make sense to only "backup" the latter.
fb_network_scripts
does some trickery under the hood to in-place modify configs to try and avoid network restarts at much as possible. This is great, but the changes don't get reflected in/var/chef/backups
, making troubleshooting harder at times. I'm not entirely sure if this is something we can sanely improve, but filing this for tracking and visibility.The text was updated successfully, but these errors were encountered: