Type maint:NodeUpgradeStatus


Maintenance status of a node.

Constants
scheduled 0 Scheduled A maintenance is scheduled for this node in future.
inqueue 1 In Queue Node is polling the scheduler(running on IFC) to obtain permission to upgrade.
inprogress 2 In Progress Node is upgrading its firmware.
completeok 4 Completed Successfully Node has completed upgrade to desired firmware.
completenok 5 Failed Upgrade failed, and the node is either running last firmware before upgrade or golden firmware.
notscheduled 6 No Maintenance Scheduled A maintenance is not scheduled for this node in future.
incompatible 7 Failed Due to Incompatible Desired Version Firmware version is not compatible
inretryqueue 8 Queued for Retry Queued for retry
waitonbootup 9 Waiting on bootup completion Node is waiting for bootup readiness(all policies downloaded)
downloadimgmmode 10 Downloading image in Maintenance Mode Download status for firmware in maintenence mode.
DEFAULT scheduled(0) Scheduled A maintenance is scheduled for this node in future.