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

[ZTP] 'config reload' use -f to avoid system checks #50

Closed
wants to merge 2 commits into from

Commits on Jun 27, 2023

  1. [ZTP] 'config reload' use -f to avoid system checks

    sometimes config_db.json didn't take effect, and it displayed:
    --
    Aug 13 08:51:12.048103 sonic INFO sonic-ztp[30764]: configdb-json: Reloading config_db.json to Config DB.
    Aug 13 08:51:12.586370 sonic INFO sonic-ztp[35241]: SwSS container is not ready. Retry later or use -f to avoid system checks
    peter-yu committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5937314 View commit details
    Browse the repository at this point in the history
  2. [ZTP] bufsize=1 not supported in binary mode

    In Python 3.8, line buffering (buffering=1) isn't supported in binary mode
    peter-yu committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0fdcee0 View commit details
    Browse the repository at this point in the history