[PR #571/4dffff1f backport][stable-4] Add "Permission denied" error handling for Extreme Exos #595
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a backport of PR #571 as merged into main (4dffff1).
SUMMARY
I stumbled over an error with the scp2 command on a 5320 model switch with EXOS Version 31.x
Couldn't open local file \"/scratch/summit_arm-32.4.1.10.xos\" for writing: Permission denied
Ansible/the exos modules don't recognize it as error and pretend it's fine. So i just want to add it in case somebody else has a similar problem and it might help.
ISSUE TYPE
COMPONENT NAME
exos
ADDITIONAL INFORMATION
It only happens on a switch that is freshly unconfigured. It's probably a bug, but i use download image for now. I don't know the exact Exos version anymore, i would have to downgrade the switch and test a bit.