dell / redfish-ansible-module

Ansible modules for Out-Of-Band Controllers using Redfish APIs
GNU General Public License v3.0
197 stars 80 forks source link

Issue when deciding if FW version is latest installed #32

Closed jose-delarosa closed 7 years ago

jose-delarosa commented 7 years ago

Depending on a device firmware version, the compare_firmware() function may not always detect correctly that the current installed FW version is the latest version.

For example my 14G server has PERC FW 50.0.1-0639 installed, but in compare_firmware() it thinks it's only 50.0.1, so when it compares to the latest FW available (50.0.1-0639) it tries to install again.

Issue could be related to the extra versioning with the dash ("-").