xenadmin/XenAdmin/Wizards/PatchingWizard/PlanActions
Gabor Apati-Nagy 48ef276c06 CA-216935: Fixed a bug that can occur when multiple pools are being updated with the same update and one of the prechecks happen before the other pool is finished applying the update
The PatchPrechecksOnMultipleHostsInAPoolPlanAction did not filter the patchmappings by masterhost, so with some probability, it could choose the wrong mapping (pool_patch object for the same update, but in different pool). This bug is being fixed in this commit, other changes only renamed (for more consistent naming) a class and removed an unused field.

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-08-02 14:30:20 +01:00
..
ApplyPatchPlanAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ApplyXenServerPatchPlanAction.cs CA-216935: Fixed a bug that can occur when multiple pools are being updated with the same update and one of the prechecks happen before the other pool is finished applying the update 2016-08-02 14:30:20 +01:00
BringBabiesBackAction.cs PlanAction simplification: removed PlanActionStatusChangedEventArgs class; use Action<T> 2013-12-21 12:52:28 +00:00
DownloadPatchPlanAction.cs CA-216935: Fixed a bug that can occur when multiple pools are being updated with the same update and one of the prechecks happen before the other pool is finished applying the update 2016-08-02 14:30:20 +01: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
PatchPrechecksOnMultipleHostsAction.cs CA-216935: Fixed a bug that can occur when multiple pools are being updated with the same update and one of the prechecks happen before the other pool is finished applying the update 2016-08-02 14:30:20 +01:00
PlanAction.cs CP-17699: Developer testing and improvements 2016-06-17 14:15:59 +01:00
PlanActionWithSession.cs CA-156200: HANDLE_INVALID shown on Rolling Pool Upgrade completed page 2015-04-17 14:56:40 +01:00
PoolPatchMapping.cs CA-216935: Fixed a bug that can occur when multiple pools are being updated with the same update and one of the prechecks happen before the other pool is finished applying the update 2016-08-02 14:30:20 +01:00
RebootHostPlanAction.cs CP-4957: Added logging for the Rolling Pool Upgrade process. 2013-12-13 17:57:20 +00:00
RebootPlanAction.cs Fixed warning as an error in build 2016-06-23 10:27:16 +01:00
RebootVMsPlanAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RemoveUpdateFile.cs CP-13041 : Remove the hotfix after installing it. 2015-07-08 17:35:50 +01:00
RemoveUpdateFilesFromMaster.cs CA-216935: Fixed a bug that can occur when multiple pools are being updated with the same update and one of the prechecks happen before the other pool is finished applying the update 2016-08-02 14:30:20 +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
UploadPatchToMasterPlanAction.cs CA-216935: Fixed a bug that can occur when multiple pools are being updated with the same update and one of the prechecks happen before the other pool is finished applying the update 2016-08-02 14:30:20 +01:00
VMsPlanAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00