You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing a new image of a wrong type (bin instead of swi), the error is not thrown if the binary version of new matches the binary version of current image.
Steps to reproduce the issue
Attempt to install a bin image on a Arista device.
If the OS version of the new image matches the OS version of current image, the expected error is not thrown.
Describe the results you received
Instead of throwing an error (non-zero return code, the image installation matches the OS version and sets it as a default.
This is not very harmful as the wrong image is not installed, but ideally an error is expected instead of success path.
Describe the results you expected
Ideally, the image installation should fail with following error or a warning.
Downloading image...
Image file '{}' is of a different type than running image.
If you are sure you want to install this image, use -f|--force.
Aborting...
Aborted!
Additional information you deem important (e.g. issue happens only occasionally)
Output of show version
(paste your output here)
The text was updated successfully, but these errors were encountered:
Description
When installing a new image of a wrong type (
bin
instead ofswi
), the error is not thrown if the binary version of new matches the binary version of current image.Steps to reproduce the issue
bin
image on a Arista device.Describe the results you received
Instead of throwing an error (non-zero return code, the image installation matches the OS version and sets it as a default.
This is not very harmful as the wrong image is not installed, but ideally an error is expected instead of success path.
Describe the results you expected
Ideally, the image installation should fail with following error or a warning.
Additional information you deem important (e.g. issue happens only occasionally)
Output of
show version
The text was updated successfully, but these errors were encountered: