xenadmin/XenAdmin/Diagnostics/Checks
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
..
DR CP-5352: PR-1634: Request and consume list of SRs required to recover a VM / vApp, and add Resolve All button. 2013-07-05 15:43:06 +01:00
AssertCanEvacuateCheck.cs CA-108379: Hotfix prechecks encourage VMs to be suspended unnecessarily if HA is enabled - Fixed 2014-07-14 16:00:43 +01:00
AssertCanEvacuateUpgradeCheck.cs CA-108379: Hotfix prechecks encourage VMs to be suspended unnecessarily if HA is enabled - Fixed 2014-07-14 16:00:43 +01:00
Check.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HAOffCheck.cs CA-108379: Hotfix prechecks encourage VMs to be suspended unnecessarily if HA is enabled - Fixed 2014-07-14 16:00:43 +01:00
HostHasHotfixCheck.cs CA-108379: Hotfix prechecks encourage VMs to be suspended unnecessarily if HA is enabled - Fixed 2014-07-14 16:00:43 +01:00
HostHasUnsupportedStorageLinkSRCheck.cs CA-136211: Show link to the relevant Knowledge Base article that describes StorageLink pre-check error 2014-09-26 15:48:14 +01:00
HostHasWssCheck.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HostLivenessCheck.cs CA-109273: [DELL-194] Throws exception if Download & Install used on host in maintenance mode. 2013-07-25 09:44:52 +01:00
HostMaintenanceModeCheck.cs CA-109273: [DELL-194] Throws exception if Download & Install used on host in maintenance mode. 2013-07-25 09:44:52 +01:00
PatchPrecheckCheck.cs CP-11135: Expand patch precheck to account for OUT_OF_SPACE exception 2015-02-16 11:11:30 +00:00
PBDsPluggedCheck.cs CA-108379: Hotfix prechecks encourage VMs to be suspended unnecessarily if HA is enabled - Fixed 2014-07-14 16:00:43 +01:00
PoolCheck.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
UpgradingFromTampaAndOlderCheck.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VmprActivatedCheck.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00