What are the different Cloud Manager mediator update states?
Applies to
- Cloud Manager Mediator
- Mediator status
Answer
Here are the different states the update can be in:
| State | Description | 
|---|---|
| update_in_progress | The updater is currently running | 
| release_mismatch | The "release" version "M.m.x" in the update file does not match the current version "M.m.y" | 
| update_meta_release_missing | A package is not found in the "repo" | 
| update_meta_url_not_set | no updater meta file location has been specified so unable to check packlage status | 
| update_url_failed_connect | Error connecting to configured update url | 
| update_url_file_not_found | 404 returned when trying to download specified file | 
| update_url_file_error | Error with download of file(other errors caught during download) | 
| repository_error | location is specified but error related to repo (unreachable unable to retrieve meta data or package) | 
| waiting_reboot | package is installed but requires a reboot to complete | 
| waiting_service_restart | package is installed but requires a disruptive service reset (restart) to complete | 
| install_failed | package has been downloaded from repository but has not been installed | 
| downloaded | package has be downloaded from repository but has not been installed | 
| update_available | package has update ready to download from repository | 
| up_to_date | package installed matches latest repo version | 
Additional Information
additionalInformation_text
