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
hostcfgd does not handle FEATURE table on system start.
systemd will start disabled services anyway
default FEATURE table configuration defined in init_cfg.json will not be migrated to new images
(e.g. a newer sonic image adds new feature with default disabled state in init_cfg.json, this change will not be loaded in config db if user performed sonic-to-sonic update via cold/fast/warm reboot)
Steps to reproduce the issue:
see description
Describe the results you received:
admin@r-tigris-13:~$ show features
Feature Status
--------- --------
telemetry disabled
sflow disabled
admin@r-tigris-13:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
01de192edf48 docker-sonic-telemetry:latest "/usr/bin/supervisord" About an hour ago Up 3 seconds telemetry
61fce64cb3c9 docker-snmp-sv2:latest "/usr/bin/supervisord" About an hour ago Up 3 seconds snmp
b3a6424d0876 docker-platform-monitor:latest "/usr/bin/docker_ini…" About an hour ago Up 3 minutes pmon
bac1e9d6cb44 docker-sflow:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes sflow
93a2eaefa5c1 docker-dhcp-relay:latest "/usr/bin/docker_ini…" About an hour ago Up 3 minutes dhcp_relay
067af04fd2b5 docker-router-advertiser:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes radv
3b9be5993851 docker-nat:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes nat
88e4e1919c86 docker-lldp-sv2:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes lldp
db5eda9a8de0 docker-syncd-mlnx:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes syncd
8ee29ffef3b9 docker-sonic-mgmt-framework:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes mgmt-framework
1974d1222d37 docker-teamd:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes teamd
e8b5ba9da3f6 docker-orchagent:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes swss
43437449e4c7 docker-fpm-frr:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes bgp
2eb615873781 docker-database:latest "/usr/local/bin/dock…" About an hour ago Up 3 minutes database
Describe the results you expected:
admin@r-tigris-13:~$ show features
Feature Status
--------- --------
telemetry disabled
sflow disabled
admin@r-tigris-13:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
61fce64cb3c9 docker-snmp-sv2:latest "/usr/bin/supervisord" About an hour ago Up 3 seconds snmp
b3a6424d0876 docker-platform-monitor:latest "/usr/bin/docker_ini…" About an hour ago Up 3 minutes pmon
93a2eaefa5c1 docker-dhcp-relay:latest "/usr/bin/docker_ini…" About an hour ago Up 3 minutes dhcp_relay
067af04fd2b5 docker-router-advertiser:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes radv
3b9be5993851 docker-nat:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes nat
88e4e1919c86 docker-lldp-sv2:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes lldp
db5eda9a8de0 docker-syncd-mlnx:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes syncd
8ee29ffef3b9 docker-sonic-mgmt-framework:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes mgmt-framework
1974d1222d37 docker-teamd:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes teamd
e8b5ba9da3f6 docker-orchagent:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes swss
43437449e4c7 docker-fpm-frr:latest "/usr/bin/supervisord" About an hour ago Up 3 minutes bgp
2eb615873781 docker-database:latest "/usr/local/bin/dock…" About an hour ago Up 3 minutes database
Additional information you deem important (e.g. issue happens only occasionally):
Description
FEATURE table is not properly handled:
(e.g. a newer sonic image adds new feature with default disabled state in init_cfg.json, this change will not be loaded in config db if user performed sonic-to-sonic update via cold/fast/warm reboot)
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: