sonic-net / sonic-buildimage

Scripts which perform an installable binary image build for SONiC
Other
718 stars 1.38k forks source link

[202405] ORDERED_ECMP_CAPABLE is missing in SWITCH_CAPABILITY|switch in Config_DB #19455

Open vikshaw-Nokia opened 2 months ago

vikshaw-Nokia commented 2 months ago

Description

In Database Config DB the KEY "SWITCH_CAPABILITY|switch" is missing the entry for ORDERED_ECMP_CAPABLE..

Steps to reproduce the issue:

  1. Login to the database container on 202405
  2. Execute the command redis-cli -n 6 HGETALL "SWITCH_CAPABILITY|switch"
  3. Observe the Use Case as below

Describe the results you received:

Missing Data ORDERED_ECMP_CAPABLE image

Describe the results you expected:

Working in master branch image

Output of show version:

image

(paste your output here)

Output of show techsupport:

(paste your output here or download and attach the file here )

Additional information you deem important (e.g. issue happens only occasionally):

prgeor commented 2 months ago

@mlok-nokia seems this is under discussion in chassis

abdosi commented 2 months ago

@mlok-nokia : do we need this for chassis ?

arlakshm commented 2 months ago

This cause sonic-mgmt test failures because the capability is missing.

arlakshm commented 2 months ago

@abdosi, can you check on this?