xenadmin/XenAdmin/Diagnostics/Checks
Mihaela Stoica 6d44fd0350 CP-30335 - Part 2: Add a new precheck + Part 3: Enhance the error message displayed in case of migration failure during the RPU (#2371)
* CP-30335: Fix RPU wizard tests

* CP-30335: Add abstract class WarningWithMoreInfo and use it for two of the existing Warnings

* CP-30335: Add a new precheck which produces a warning if the Dom0 memory after the upgrade will be increased.

- if the Dom0 memory after the upgrade is known, then a warning is shown if this is higher than the current memory, regardless of the version of the upgrade
- if the Dom0 memory after the upgrade is not known (e.g. because the rpu plugin does not have the function that returns this), then a warning is shown if upgrading from a pre-Naples version

* CP-30335: Add a more detailed error message if the host evacuation fails due to not enough memory in the RPU and Patching wizards

* CP-30335: Add branding variable for version 8.0

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-28 14:44:58 +00:00
..
DR CA-40854: The Session's uuid is in reality its opaque_ref. Use the opaque_ref so 2018-02-21 14:08:01 +00:00
AssertCanEvacuateCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
AssertCanEvacuateUpgradeCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
AutomatedUpdatesLicenseCheck.cs CA-293682: In the RPU wizard, only check the batch hotfix license restriction for Dundee or greater hosts 2018-07-11 12:59:52 +01:00
CfuAvailabilityCheck.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00
Check.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00
DiskSpaceForBatchUpdatesCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
HAOffCheck.cs Reverted the AutomatedUpdatedLicenseCheck to derive from HostPostLivenessCheck or 2018-07-08 22:43:21 +01:00
HostCheck.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00
HostHasHotfixCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
HostHasUnsupportedStorageLinkSRCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
HostLivenessCheck.cs Removed HostMaintenanceModeCheck; simplified logic by having the HostLivenessCheck 2018-10-22 14:23:29 +01:00
HostMemoryPostUpgradeCheck.cs CP-30335 - Part 2: Add a new precheck + Part 3: Enhance the error message displayed in case of migration failure during the RPU (#2371) 2019-01-28 14:44:58 +00:00
HostNeedsRebootCheck.cs CA-292626: Consider the contains-livepatch flag when doing prechecks in the automated updates mode. 2018-07-30 14:33:22 +01:00
PatchPrecheckCheck.cs CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
PBDsPluggedCheck.cs CA-299356: If there are any broken SRs, show all of them when running prechecks 2018-10-22 14:23:29 +01:00
PoolCheck.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00
PoolHasGFS2SR.cs Update the PoolHasGFS2SR class to inherit from HostPostLivenessCheck 2018-07-13 13:23:01 +01:00
RebootPendingOnMasterCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
SafeToUpgradeCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
ServerSelectionCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
XenCenterVersionCheck.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00