Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handling Invalid CRM configuration gracefully (#2109)
*When CRM table contains some invalid configurations, the existing logic parses all field values above it and doesn't parse the field values below it. On hitting the unknown field, crm orch returns the execution leaving the crm database inconsistent. To handle this gracefully CRM orch will just log the unknown field and continue processing the fields below the unknown field. Signed-off-by: Sudharsan Dhamal Gopalarathnam <sudharsand@nvidia.com>
- Loading branch information