-
Notifications
You must be signed in to change notification settings - Fork 274
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
Cleanup fails when bind files are no longer available #2298
Comments
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. |
yes, this needs to be addressed |
fixed. Will be available in the next patch or major release |
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: