-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Remove runtime config update for FEATURE table #20462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
These issues are related to CONFIG_DB writeback: |
@qiluo-msft mentioned a potential solution for this issue offline, @qiluo-msft could you please share it here? |
@qiluo-msft PR that introduced config db write back for FEATURE table - #6700 |
Hi @stepanblyschak , this one is different.
|
Description
Issue related to #20302
FEATURE config will be updated some time later after load_minigraph. This will result in the FEATURE is inconsistent between the desired config and running config.
The ask it to make it consistent and not more run time update. The fix should also consider the backward compatibility.
Steps to reproduce the issue:
1.Run config load_minigraph -y
2. Record the config right after the command finish.
The FEATURE are the same as the init_cfg.json
Describe the results you received:
FEATURE field was updated.
Describe the results you expected:
We expect the FEATURE to be consitent and no longer have run time update. This will help us manage the running config of the device.
Currently if we refer the init_cfg.json as the source of truth, it will be wrong.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: