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

[db_migrator] Support migrating database regarding buffer configuration for all Mellanox switches #990

Closed
wants to merge 2 commits into from

Commits on Jul 17, 2020

  1. [db_migrator] Support migrate to single ingress buffer pool mode

    db_migrator supports migrating old configuration who has 2 ingress pools into the new configuration who has 1 ingress pool, including BUFFER_POOL, BUFFER_PROFILE and BUFFER_PORT_INGRESS_PROFILE_LIST
    
    Signed-off-by: Stephen Sun <stephens@mellanox.com>
    Stephen Sun authored and stephens committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    f3bd1b3 View commit details
    Browse the repository at this point in the history
  2. Update according to MSFT comments

    1. Don't need to migrate for single buffer pool mode
    2. Move buffer setting migration to another file
    3. Remove unnecessary code/upgrading flows
    
    Signed-off-by: Stephen Sun <stephens@mellanox.com>
    Stephen Sun authored and stephens committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    c2e177a View commit details
    Browse the repository at this point in the history