Skip to content
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

[submodule]: update sonic-utilities #6679

Closed
wants to merge 2 commits into from
Closed

Conversation

lguohan
Copy link
Collaborator

@lguohan lguohan commented Feb 4, 2021

* 794cdd3 2021-02-08 | Fix: initialize SonicDBConfig differently for single or multi_asic (#1409) [Qi Luo]
* 16b2274 2021-02-08 | Support shared headroom pool on top of dynamic buffer calculation (#1348) [Stephen Sun]
* 2ad1168 2021-02-06 | Fix unsupported fs.squashfs extraction in sonic-installer (#1366) [Samuel Angebault]
* 7578f08 2021-02-06 | [show] Use proper variable to avoid exception in natshow script (#1383) [maksymbelei95]
* 910d284 2021-02-06 | Set up CI with Azure Pipelines [lguohan]
* 270208b 2021-02-05 | [config reload]: Restart mux container (#1401) [Lawrence Lee]
* e6cce21 2021-02-04 | Advertise ipv6 link local address (#1402) [Sumukha Tumkur Vani]
* a6e322a 2021-02-04 | [storyteller] Enhance the storyteller utility (#1400) [Danny Allen]
* 5cff775 2021-02-05 | [show] Fix int status when portchannel is in the system (#1376) [Dmytro]
* 9e0a4fa 2021-02-04 | [config][show] cli support for retrieving ber, eye-info and configuring prbs, loopback on Y-cable  (#1386) [vdahiya12]
* 9ac47e5 2021-02-03 | Skip route check for tun0 interfaces (#1399) [Prince Sunny]
* ba68aed 2021-02-03 | do not parse stderr to get correct routing stack (#1398) [lguohan]
* aa7b90e 2021-02-03 | [storyteller] allow storyteller to work on downloaded logs (#1388) [Ying Xie]
* a6ae218 2021-02-02 | [vrf]: Fix freezing during interface binding (#1325) [maksymbelei95]
* 2e1f354 2021-02-01 | Use SonicV2Connector/ConfigDBConnector/SonicDBConfig from swsscommon instread of swsssdk (#1392) [Qi Luo]

- Why I did it
update submodule

- How I did it

- How to verify it
pr test

- Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

qiluo-msft
qiluo-msft previously approved these changes Feb 6, 2021
@jleveque
Copy link
Contributor

jleveque commented Feb 6, 2021

KVM check build is failing because with this submodule update, sonic-utilities begins depending on sonic-platform-common. I have opened #6703 to add this dependency. Once that PR merges, the check builds should pass.

@qiluo-msft
Copy link
Collaborator

@lguohan could you help move submodule again to include this commit

794cdd3 2021-02-08 | Fix: initialize SonicDBConfig differently for single or multi_asic (#1409) [Qi Luo]

* 270208b 2021-02-05 | [config reload]: Restart mux container (sonic-net#1401) (HEAD, origin/master, origin/HEAD) [Lawrence Lee]
* e6cce21 2021-02-04 | Advertise ipv6 link local address (sonic-net#1402) [Sumukha Tumkur Vani]
* a6e322a 2021-02-04 | [storyteller] Enhance the storyteller utility (sonic-net#1400) [Danny Allen]
* 5cff775 2021-02-05 | [show] Fix int status when portchannel is in the system (sonic-net#1376) [Dmytro]
* 9e0a4fa 2021-02-04 | [config][show] cli support for retrieving ber, eye-info and configuring prbs, loopback on Y-cable  (sonic-net#1386) [vdahiya12]
* 9ac47e5 2021-02-03 | Skip route check for tun0 interfaces (sonic-net#1399) [Prince Sunny]
* ba68aed 2021-02-03 | do not parse stderr to get correct routing stack (sonic-net#1398) [lguohan]
* aa7b90e 2021-02-03 | [storyteller] allow storyteller to work on downloaded logs (sonic-net#1388) [Ying Xie]
* a6ae218 2021-02-02 | [vrf]: Fix freezing during interface binding (sonic-net#1325) [maksymbelei95]
* 2e1f354 2021-02-01 | Use SonicV2Connector/ConfigDBConnector/SonicDBConfig from swsscommon instread of swsssdk (sonic-net#1392) [Qi Luo]

Signed-off-by: Guohan Lu <lguohan@gmail.com>
* 794cdd3 2021-02-08 | Fix: initialize SonicDBConfig differently for single or multi_asic (sonic-net#1409) (HEAD, origin/master, origin/HEAD) [Qi Luo]
* 16b2274 2021-02-08 | Support shared headroom pool on top of dynamic buffer calculation (sonic-net#1348) [Stephen Sun]
* 2ad1168 2021-02-06 | Fix unsupported fs.squashfs extraction in sonic-installer (sonic-net#1366) [Samuel Angebault]
* 7578f08 2021-02-06 | [show] Use proper variable to avoid exception in natshow script (sonic-net#1383) [maksymbelei95]
* 910d284 2021-02-06 | Set up CI with Azure Pipelines [lguohan]

Signed-off-by: Guohan Lu <lguohan@gmail.com>
@lguohan
Copy link
Collaborator Author

lguohan commented Feb 9, 2021

@qiluo-msft, done

Copy link
Collaborator

@qiluo-msft qiluo-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated the PR description

@lguohan
Copy link
Collaborator Author

lguohan commented Feb 9, 2021

@lguohan
Copy link
Collaborator Author

lguohan commented Feb 9, 2021

@qiluo-msft, i can see other places have the same issue. can you fix all of them once for all?

acl_loader/main.py:        SonicDBConfig.load_sonic_global_db_config()
config/main.py:    SonicDBConfig.load_sonic_global_db_config()
crm/main.py:    SonicDBConfig.load_sonic_global_db_config()
scripts/db_migrator.py:            SonicDBConfig.load_sonic_global_db_config(namespace=args.namespace)
scripts/lldpshow:        SonicDBConfig.load_sonic_global_db_config()
scripts/portconfig:        SonicDBConfig.load_sonic_global_db_config(namespace=args.namespace)
tests/mock_tables/dbconnector.py:    # SonicDBConfig load_sonic_global_db_config
tests/mock_tables/dbconnector.py:    SonicDBConfig.load_sonic_global_db_config(

@qiluo-msft
Copy link
Collaborator

@lguohan Could you update the submodule again to include below commit

73e28b9 2021-02-11 | Fix: initialize SonicDBConfig differently for single or multi_asic (continued) (#1417) [Qi Luo]

@lguohan lguohan closed this Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants