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
configlet right now is not supporting multi-asic, it does not get config db from namespace.
result in configlet fail to delete configuration on either config_db.json/config_db0.json etc for multi-asic platform.
we should do sth like:
config_db = multi_asic.connect_config_db_for_ns(namespace)
Description
configlet right now is not supporting multi-asic, it does not get config db from namespace.
result in configlet fail to delete configuration on either config_db.json/config_db0.json etc for multi-asic platform.
we should do sth like:
config_db = multi_asic.connect_config_db_for_ns(namespace)
right now:
https://github.com/sonic-net/sonic-utilities/blob/c301f3bb5c62d14a764706164488ccf679a2ac8d/scripts/configlet#L90C1-L90C4
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)
Output of
show version
The text was updated successfully, but these errors were encountered: