xenadmin/XenAdmin/Wizards/RollingUpgradeWizard/PlanActions
Mihaela Stoica 8d0c6e64ff CA-156200: HANDLE_INVALID shown on Rolling Pool Upgrade completed page
- while upgrading a host, throw a HOST_OFFLINE ("Server could not be contacted") exception if the host can no longer be resolved (instead of HANDLE_INVALID)
- also corrected the parameters of the HANDLE_INVALID exception, as an extra parameter is needed for the friendly error name.
- in the UpdateManualHostPlanAction class I replaced Host with the private property _host in several places, so we are no longer trying to resolve the host each time we want to write something into logs
- added some null checks, to avoid reporting null reference exception

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-04-17 14:56:40 +01:00
..
AutomaticBackgroundThread.cs CA-156200: HANDLE_INVALID shown on Rolling Pool Upgrade completed page 2015-04-17 14:56:40 +01:00
BackgroundThreadBase.cs AutomaticBackgroundThread and SemiAutomaticBackgroundThread simplification: moved 2013-12-21 11:36:20 +00:00
SemiAutomaticBackgroundThread.cs AutomaticBackgroundThread and SemiAutomaticBackgroundThread simplification: moved 2013-12-21 11:36:20 +00:00
UpgradeHostPlanAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
UpgradeManualHostPlanAction.cs CA-156200: HANDLE_INVALID shown on Rolling Pool Upgrade completed page 2015-04-17 14:56:40 +01:00