-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
dynamic_th failed because redis sends unchanged field to orchagent when updating dynamic_th #3971
Comments
From the log I see it tries to modify
From the log I saw it tries updating other fields like
and results in the following error which fails the setting.
|
@lguohan Could you please assign someone to look into this issue, especially my comments? |
@neethajohn what is the plan for fixing this issue? |
Avoid adding loopback interface (ip link add) when setting nat zone on loopback interface (#1434) [acl] Remove Ethertype from L3V6 qualifiers (#1433) Sflow fixes during DEL processing (#1427) Fix #3971 by skipping create-only SAI attributes when modifying buffer pools or profiles in orchagent (#1430) Fix issue: bufferorch only pass the first attribute to sai when setting attribute (#1442) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
…ing buffer pools or profiles in orchagent (sonic-net#1430) * Skip create-only fields when modify buffer pool or profile in orchagent This PR also fixes the issue sonic-net#3971 redis sends unchanged field Signed-off-by: Stephen Sun <stephens@mellanox.com> * Fix review comments Signed-off-by: Stephen Sun <stephens@nvidia.com> Co-authored-by: Stephen Sun <stephens@mellanox.com>
Bug has been fixed.
|
…ing buffer pools or profiles in orchagent (sonic-net#1430) * Skip create-only fields when modify buffer pool or profile in orchagent This PR also fixes the issue sonic-net#3971 redis sends unchanged field Signed-off-by: Stephen Sun <stephens@mellanox.com> * Fix review comments Signed-off-by: Stephen Sun <stephens@nvidia.com> Co-authored-by: Stephen Sun <stephens@mellanox.com>
Description
It's impossible to change
dynamic_th
value for lossless buffer profile which has been applied to some ports on the fly.Describe the results you expected:
It should be eligible to change
dynamic_th
parameter on the fly.Describe the results you received:
Steps to reproduce the issue:
config qos reload
dynamic_th
for lossless buffer which has been applied to some ports:sonic-cfggen -j ./buf_prof4.json --write-to-db
Output of
show version
:Attach debug file
sudo generate_dump
:sonic_dump_r-ethernet-sw230_20200102_204425.tar.gz
The text was updated successfully, but these errors were encountered: