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
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
admin@sonic:~$ redis-cli -n 4 hgetall "FEATURE|bgp"
1) "auto_restart"
2) "enabled"
3) "check_up_status"
4) "false"
5) "support_syslog_rate_limit"
6) "true"
7) "delayed"
8) "False"
9) "has_per_asic_scope"
10) "True"
11) "high_mem_alert"
12) "disabled"
13) "state"
14) "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}disabled{% else %}enabled{% endif %}"
15) "has_global_scope"
16) "False"
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:
SONiC Software Version: SONiC.20231110.21
SONiC OS Version: 11
Distribution: Debian 11.10
Kernel: 5.10.0-23-2-amd64
Build commit: e868b9ca70
Output of show techsupport:
(paste your output here or download and attach the file here )
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
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: