Skip to content

Commit

Permalink
Fix an error
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <stephens@mellanox.com>
  • Loading branch information
Stephen Sun committed Jul 17, 2020
1 parent 955eac2 commit daf8b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mellanox_db_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def __init__(self, configDB):
"egress_lossy_pool": {"size": "15241216", "type": "egress", "mode": "dynamic" } },
"spc2_t1_pool": {"ingress_lossless_pool": { "size": "9388032", "type": "ingress", "mode": "dynamic" },
"ingress_lossy_pool": { "size": "9388032", "type": "ingress", "mode": "dynamic" },
"egress_lossless_pool": { "size": "14024640", "type": "egress", "mode": "dynamic" },
"egress_lossless_pool": { "size": "34340832", "type": "egress", "mode": "dynamic" },
"egress_lossy_pool": {"size": "9388032", "type": "egress", "mode": "dynamic" } },

"spc2_3800_t0_pool": {"ingress_lossless_pool": { "size": "13799424", "type": "ingress", "mode": "dynamic" },
Expand Down

0 comments on commit daf8b8a

Please sign in to comment.