CP-11985: Implement RPU pre-check phase for safe repartitioning

edited Messages.resx

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2015-06-15 16:19:52 +01:00
parent e1592cddac
commit 64409fded6
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -24520,9 +24520,9 @@ namespace XenAdmin {
/// <summary>
/// Looks up a localized string similar to VMs on local disk will prevent disk repartitioning.
///
///New disk partitioning scheme is available in XenServer 7 that includes larger dom0 and backup partitions, dedicated partitions for logging, swap and UEFI.
///A new disk partitioning scheme is available in XenServer 7.0 that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
///
///To benefit from repartitioning on upgrade to XenServer 7, VMs must be moved from local storage first..
///However, there are VMs on local storage, so the current partitioning scheme will be retained. To benefit from repartitioning on upgrade to XenServer 7.0, VMs must be moved from local storage first..
/// </summary>
public static string NOT_SAFE_TO_UPGRADE_DEFAULT_WARNING_LONG {
get {
@ -24542,9 +24542,9 @@ namespace XenAdmin {
/// <summary>
/// Looks up a localized string similar to The disk size of the local storage prevents repartitioning.
///
///New disk partitioning scheme is available in XenServer 7 that includes larger dom0 and backup partitions, dedicated partitions for logging, swap and UEFI.
///A new disk partitioning scheme is available in XenServer 7.0 that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
///
///On continuing with the upgrade to XenServer 7, current partitioning scheme will be preserved..
///However, there is not enough space to perform the repartitioning, so the current partitioning scheme will be retained..
/// </summary>
public static string NOT_SAFE_TO_UPGRADE_NOT_ENOUGH_SPACE_LONG {
get {

View File

@ -8519,9 +8519,9 @@ It is strongly recommended that you Cancel and apply the latest version of the p
<data name="NOT_SAFE_TO_UPGRADE_DEFAULT_WARNING_LONG" xml:space="preserve">
<value>VMs on local disk will prevent disk repartitioning.
New disk partitioning scheme is available in XenServer 7 that includes larger dom0 and backup partitions, dedicated partitions for logging, swap and UEFI.
A new disk partitioning scheme is available in XenServer 7.0 that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
To benefit from repartitioning on upgrade to XenServer 7, VMs must be moved from local storage first.</value>
However, there are VMs on local storage, so the current partitioning scheme will be retained. To benefit from repartitioning on upgrade to XenServer 7.0, VMs must be moved from local storage first.</value>
</data>
<data name="NOT_SAFE_TO_UPGRADE_DEFAULT_WARNING_SHORT" xml:space="preserve">
<value>{0}: VMs on local disk will prevent disk repartitioning.</value>
@ -8529,9 +8529,9 @@ To benefit from repartitioning on upgrade to XenServer 7, VMs must be moved from
<data name="NOT_SAFE_TO_UPGRADE_NOT_ENOUGH_SPACE_LONG" xml:space="preserve">
<value>The disk size of the local storage prevents repartitioning.
New disk partitioning scheme is available in XenServer 7 that includes larger dom0 and backup partitions, dedicated partitions for logging, swap and UEFI.
A new disk partitioning scheme is available in XenServer 7.0 that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
On continuing with the upgrade to XenServer 7, current partitioning scheme will be preserved.</value>
However, there is not enough space to perform the repartitioning, so the current partitioning scheme will be retained.</value>
</data>
<data name="NOT_SAFE_TO_UPGRADE_NOT_ENOUGH_SPACE_SHORT" xml:space="preserve">
<value>{0}: The disk size of the local storage prevents repartitioning.</value>