We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During sudo clab destroy --cleanup -t lab.yml:
sudo clab destroy --cleanup -t lab.yml
Error: failed to verify bind path: stat /home/jeroen/Projects/netlab/tests/clab_files/xr/daemons: no such file or directory
Such errors aren't critical when doing 'destroy', and shouldn't stop the process
The text was updated successfully, but these errors were encountered:
Looked at this to just understand the flow for destroy.
a side effect of cmd.destroyFn() calling clab.NewContainerLab() to parse the topology is that clab.resolveBindPaths() eventually gets called.
clab.resolveBindPaths() kicks the error if os.stat() errors on the path.
Sorry, something went wrong.
No branches or pull requests
During
sudo clab destroy --cleanup -t lab.yml
:Such errors aren't critical when doing 'destroy', and shouldn't stop the process
The text was updated successfully, but these errors were encountered: