mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 15:29:26 +01:00
Improve wording for IMPORT_WIZARD_CPUS_COUNT_MISMATCH_POOL
warning
Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
This commit is contained in:
parent
dc747fec05
commit
a08ed18770
2
XenModel/Messages.Designer.cs
generated
2
XenModel/Messages.Designer.cs
generated
@ -20856,7 +20856,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to At least one VM in the imported appliance requires a minimum of {0} vCPUs, while the maximum number of physical CPUs in the pool is {1}. You will not be able to start the appliance on the selected pool..
|
||||
/// Looks up a localized string similar to At least one VM in the imported appliance requires a minimum of {0} vCPUs, but not all servers have sufficient physical CPUs. You will not be able to start a VM if you place its disks in the local storage of a server with insufficient physical CPUs..
|
||||
/// </summary>
|
||||
public static string IMPORT_WIZARD_CPUS_COUNT_MISMATCH_POOL {
|
||||
get {
|
||||
|
@ -7276,7 +7276,7 @@ This might result in failure to migrate VMs to this server during the RPU or to
|
||||
<value>At least one VM in the imported appliance requires a minimum of {0} vCPUs, while the maximum number of physical CPUs in the selected servers is {1}. You will not be able to start all the VMs in the appliance with the current selection.</value>
|
||||
</data>
|
||||
<data name="IMPORT_WIZARD_CPUS_COUNT_MISMATCH_POOL" xml:space="preserve">
|
||||
<value>At least one VM in the imported appliance requires a minimum of {0} vCPUs, while the maximum number of physical CPUs in the pool is {1}. You will not be able to start the appliance on the selected pool.</value>
|
||||
<value>At least one VM in the imported appliance requires a minimum of {0} vCPUs, but not all servers have sufficient physical CPUs. You will not be able to start a VM if you place its disks in the local storage of a server with insufficient physical CPUs.</value>
|
||||
</data>
|
||||
<data name="IMPORT_WIZARD_DESTINATION_DESTINATION" xml:space="preserve">
|
||||
<value>&Import to:</value>
|
||||
|
Loading…
Reference in New Issue
Block a user