xenadmin/XenModel/Actions/Pool_Patch
Mihaela Stoica 1a484b99ff CP-11135: Expand patch precheck to account for OUT_OF_SPACE exception
- Pool_patch.precheck can fail with the xapi error OUT_OF_SPACE when is trying to copy the patch from master to the slaves. This happens before the patch-precheck checks if enough space is available for installation. Therefore is different from the error we are currently processing, PATCH_PRECHECK_FAILED_OUT_OF_SPACE
- If the precheck fails with OUT_OF_SPACE then we try and retrieve the disk space requirements and report a HostOutOfSpaceProblem.
- Changed the PatchPrecheckCheck to try and find problem from a xapi failure, as well as from the result of the precheck  call.
- Also removed ampersand from the the link labels (More Info and Clean up)

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-02-16 11:11:30 +00:00
..
ApplyPatchAction.cs CA-147163: Non-modal hotfix upload progress dialog 2015-01-09 12:54:12 +00:00
CheckDiskSpaceForPatchUploadAction.cs CP-10798: XenCenter work for CAR-1711: Pre-Checks for hotfix installation space 2015-02-12 14:00:51 +00:00
CleanupDiskSpaceAction.cs CP-10797: Ensuring sufficient disk space for service pack installation: Changes following code review 2015-02-06 10:34:18 +00:00
CopyPatchFromHostToOther.cs CA-147163: Non-modal hotfix upload progress dialog 2015-01-09 12:54:12 +00:00
GetDiskSpaceRequirementsAction.cs CP-11135: Expand patch precheck to account for OUT_OF_SPACE exception 2015-02-16 11:11:30 +00:00
RemovePatchAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
UploadPatchAction.cs CA-147163: Non-modal hotfix upload progress dialog 2015-01-09 12:54:12 +00:00