|
Post by AMI_archerwen on Dec 3, 2020 7:03:12 GMT
According the Redfish schema - SoftwareInventory.v1_2_3.json
"Updateable": { "description": "An indication of whether the Update Service can update this software.", "longDescription": "This property shall indicate whether the Update Service can update this software. If `true`, the Service can update this software. If `false`, the Service cannot update this software and the software is for reporting purposes only.", "readonly": true, "type": [ "boolean", "null" ] }
As my understanding, this is only a info to inform the user whether they can update the software or not. Is this property need be update to "false" when software update progressing?
Thanks, Archer
|
|
|
Post by jautor on Dec 8, 2020 15:09:18 GMT
That's correct, its there to inform the user that the software can be updated via the Redfish Service. The property was added so that the service could report the installed software and versions, even if it was not possible to update the software/firmware via the interface (which is very common for server implementations).
I would not expect (or recommend) that the state change based on a firmware update-in-progress.
Jeff
|
|