mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-237964 - Partitioning information on RPU shows XenServer 7.0 on Ely
This commit is contained in:
parent
d83bc64cef
commit
1784528e03
6
XenModel/Messages.Designer.cs
generated
6
XenModel/Messages.Designer.cs
generated
@ -25618,9 +25618,9 @@ namespace XenAdmin {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to VMs on local disk will prevent disk repartitioning.
|
||||
///
|
||||
///A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
|
||||
///A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] and above that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
|
||||
///
|
||||
///However, there are VMs on local storage, so the current partitioning scheme will be retained. To benefit from repartitioning on upgrade to [XenServer] [BRANDING_VERSION_7_0], 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] [BRANDING_VERSION_7_0] or above, VMs must be moved from local storage first..
|
||||
/// </summary>
|
||||
public static string NOT_SAFE_TO_UPGRADE_DEFAULT_WARNING_LONG {
|
||||
get {
|
||||
@ -25640,7 +25640,7 @@ namespace XenAdmin {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The disk size of the local storage prevents repartitioning.
|
||||
///
|
||||
///A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
|
||||
///A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] and above that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
|
||||
///
|
||||
///However, there is not enough space to perform the repartitioning, so the current partitioning scheme will be retained..
|
||||
/// </summary>
|
||||
|
@ -8906,9 +8906,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.
|
||||
|
||||
A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
|
||||
A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] and above that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
|
||||
|
||||
However, there are VMs on local storage, so the current partitioning scheme will be retained. To benefit from repartitioning on upgrade to [XenServer] [BRANDING_VERSION_7_0], 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] [BRANDING_VERSION_7_0] or above, 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>
|
||||
@ -8916,7 +8916,7 @@ However, there are VMs on local storage, so the current partitioning scheme will
|
||||
<data name="NOT_SAFE_TO_UPGRADE_NOT_ENOUGH_SPACE_LONG" xml:space="preserve">
|
||||
<value>The disk size of the local storage prevents repartitioning.
|
||||
|
||||
A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
|
||||
A new disk partitioning scheme is available in [XenServer] [BRANDING_VERSION_7_0] and above that includes larger dom0 and backup partitions, and dedicated partitions for logging, swap and UEFI.
|
||||
|
||||
However, there is not enough space to perform the repartitioning, so the current partitioning scheme will be retained.</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user