Description
A not-complete config load-minigraph will leave config DB in a wrong state and later operations might not behave correctly.
Steps to reproduce the issue:
- Modify
/etc/sonic/minigraph.xml so that it contains a syntax error.
- Run
config load-minigraph -y, it will fail because of the syntax error.
- Fix the minigraph and run
config load-minigraph -y again. The command will now hang forever.
Description
A not-complete
config load-minigraphwill leave config DB in a wrong state and later operations might not behave correctly.Steps to reproduce the issue:
/etc/sonic/minigraph.xmlso that it contains a syntax error.config load-minigraph -y, it will fail because of the syntax error.config load-minigraph -yagain. The command will now hang forever.