mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #145 from GaborApatiNagy/xs64bit
PR-1675: Confusing error message shown when trying to start a VM on a po...
This commit is contained in:
commit
ad9f935963
71
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
71
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.5472
|
||||
// Runtime Version:4.0.30319.34209
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@ -19,7 +19,7 @@ namespace XenAPI {
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
public class FriendlyErrorNames {
|
||||
@ -195,6 +195,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Could not find bridge required by VM..
|
||||
/// </summary>
|
||||
public static string BRIDGE_NOT_AVAILABLE {
|
||||
get {
|
||||
return ResourceManager.GetString("BRIDGE_NOT_AVAILABLE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This PIF is a bond slave and cannot have a tunnel on it..
|
||||
/// </summary>
|
||||
@ -213,6 +222,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This properties of this PIF cannot be changed. Only the properties of non-bonded physical PIFs, or bond masters can be changed..
|
||||
/// </summary>
|
||||
public static string CANNOT_CHANGE_PIF_PROPERTIES {
|
||||
get {
|
||||
return ResourceManager.GetString("CANNOT_CHANGE_PIF_PROPERTIES", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Cannot forward messages because the server cannot be contacted. The server may be switched off or there may be network connectivity problems..
|
||||
/// </summary>
|
||||
@ -1212,6 +1230,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to These PIFs can not be bonded, because their properties are different..
|
||||
/// </summary>
|
||||
public static string INCOMPATIBLE_PIF_PROPERTIES {
|
||||
get {
|
||||
return ResourceManager.GetString("INCOMPATIBLE_PIF_PROPERTIES", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The specified interface cannot be used because it has no IP address.
|
||||
/// </summary>
|
||||
@ -1428,6 +1455,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Host and pool have incompatible licenses (editions)..
|
||||
/// </summary>
|
||||
public static string LICENSE_HOST_POOL_MISMATCH {
|
||||
get {
|
||||
return ResourceManager.GetString("LICENSE_HOST_POOL_MISMATCH", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There was an error processing your license. Please contact your support representative.
|
||||
/// </summary>
|
||||
@ -1977,6 +2013,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The operation you requested cannot be performed because the specified PIF is not managed by xapi..
|
||||
/// </summary>
|
||||
public static string PIF_UNMANAGED {
|
||||
get {
|
||||
return ResourceManager.GetString("PIF_UNMANAGED", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to VLAN tag already in use.
|
||||
/// </summary>
|
||||
@ -4340,6 +4385,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The VDI is not stored using a sparse format. It is not possible to query and manipulate only the changed blocks (or 'block differences' or 'disk deltas') between two VDIs. Please select a VDI which uses a sparse-aware technology such as VHD..
|
||||
/// </summary>
|
||||
public static string VDI_NOT_SPARSE {
|
||||
get {
|
||||
return ResourceManager.GetString("VDI_NOT_SPARSE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The operation required write access but VDI {0} is read-only.
|
||||
/// </summary>
|
||||
@ -4350,7 +4404,16 @@ namespace XenAPI {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to vGPU type is not compatible with one or more of the vGPU types currently running on this pGPU.
|
||||
/// Looks up a localized string similar to The VDI is too small. Please resize it to at least the minimum size..
|
||||
/// </summary>
|
||||
public static string VDI_TOO_SMALL {
|
||||
get {
|
||||
return ResourceManager.GetString("VDI_TOO_SMALL", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The VM cannot start because all GPUs are fully used or are running other types of vGPU.
|
||||
/// </summary>
|
||||
public static string VGPU_TYPE_NOT_COMPATIBLE_WITH_RUNNING_TYPE {
|
||||
get {
|
||||
@ -4764,7 +4827,7 @@ namespace XenAPI {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You attempted to run a VM on a host on which the vGPU required by the VM cannot be allocated on any pGPUs in the GPU_group needed by the VM..
|
||||
/// Looks up a localized string similar to The VM cannot start because no GPU is available.
|
||||
/// </summary>
|
||||
public static string VM_REQUIRES_VGPU {
|
||||
get {
|
||||
|
@ -112,10 +112,10 @@
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ACTIVATION_WHILE_NOT_FREE" xml:space="preserve">
|
||||
<value>An activation key can only be applied when the edition is set to 'free'.</value>
|
||||
@ -1572,7 +1572,7 @@ Authorized Roles: {1}</value>
|
||||
<value>The VDI is too small. Please resize it to at least the minimum size.</value>
|
||||
</data>
|
||||
<data name="VGPU_TYPE_NOT_COMPATIBLE_WITH_RUNNING_TYPE" xml:space="preserve">
|
||||
<value>vGPU type is not compatible with one or more of the vGPU types currently running on this pGPU</value>
|
||||
<value>The VM cannot start because all GPUs are fully used or are running other types of vGPU</value>
|
||||
</data>
|
||||
<data name="VGPU_TYPE_NOT_ENABLED" xml:space="preserve">
|
||||
<value>vGPU type is not one of the pGPU's enabled types.</value>
|
||||
@ -1719,7 +1719,7 @@ Authorized Roles: {1}</value>
|
||||
<value>VM cannot be started because it requires a VDI which cannot be attached</value>
|
||||
</data>
|
||||
<data name="VM_REQUIRES_VGPU" xml:space="preserve">
|
||||
<value>You attempted to run a VM on a host on which the vGPU required by the VM cannot be allocated on any pGPUs in the GPU_group needed by the VM.</value>
|
||||
<value>The VM cannot start because no GPU is available</value>
|
||||
</data>
|
||||
<data name="VM_REVERT_FAILED" xml:space="preserve">
|
||||
<value>An error occurred while reverting the specified virtual machine to the specified snapshot</value>
|
||||
@ -1835,4 +1835,4 @@ Authorized Roles: {1}</value>
|
||||
<data name="XMLRPC_UNMARSHAL_FAILURE" xml:space="preserve">
|
||||
<value>The server failed to unmarshal the XMLRPC message; it was expecting one element and received something else.</value>
|
||||
</data>
|
||||
</root>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user