xenadmin/XenAdmin/Wizards/PatchingWizard/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
..
ApplyPatchPlanAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BringBabiesBackAction.cs PlanAction simplification: removed PlanActionStatusChangedEventArgs class; use Action<T> 2013-12-21 12:52:28 +00:00
EvacuateHostPlanAction.cs PlanAction simplification: removed PlanActionStatusChangedEventArgs class; use Action<T> 2013-12-21 12:52:28 +00:00
InstallSupplementalPackPlanAction.cs CP-10824: Supp Pack installation through XenCenter: Install supp pack from vdi 2015-01-26 15:43:36 +00:00
PlanAction.cs PlanAction simplification: removed PlanActionStatusChangedEventArgs class; use Action<T> 2013-12-21 12:52:28 +00:00
PlanActionWithSession.cs CA-156200: HANDLE_INVALID shown on Rolling Pool Upgrade completed page 2015-04-17 14:56:40 +01:00
RebootHostPlanAction.cs CP-4957: Added logging for the Rolling Pool Upgrade process. 2013-12-13 17:57:20 +00:00
RebootPlanAction.cs CP-4957: Added logging for the Rolling Pool Upgrade process. 2013-12-13 17:57:20 +00:00
RebootVMsPlanAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RestartAgentPlanAction.cs CP-4957: Added logging for the Rolling Pool Upgrade process. 2013-12-13 17:57:20 +00:00
UnwindProblemsAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMsPlanAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00