mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-289629: prompt host may need to be rebooted to enable SR-IOV (#2092)
CA-289629: prompt host may need to be rebooted to enable SR-IOV Signed-off-by: Jisheng Xing <jisheng.xing@citrix.com>
This commit is contained in:
parent
88224df214
commit
cf20ac13c4
@ -209,7 +209,7 @@ namespace XenAdmin.Wizards
|
||||
var dlg = new ThreeButtonDialog(
|
||||
new ThreeButtonDialog.Details(
|
||||
SystemIcons.Warning,
|
||||
Messages.SRIOV_NETWORK_CREATE_WILL_DISTURB_CONNECTION),
|
||||
Messages.SRIOV_NETWORK_CREATE_WARNING),
|
||||
new ThreeButtonDialog.TBDButton(Messages.SRIOV_NETWORK_CREATE, DialogResult.OK),
|
||||
ThreeButtonDialog.ButtonCancel);
|
||||
|
||||
|
17
XenModel/Messages.Designer.cs
generated
17
XenModel/Messages.Designer.cs
generated
@ -32284,15 +32284,6 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to These servers needs to be rebooted for this SR-IOV network to take effect:'{0}'.
|
||||
/// </summary>
|
||||
public static string SRIOV_ENABLE_REBOOT_WARNING {
|
||||
get {
|
||||
return ResourceManager.GetString("SRIOV_ENABLE_REBOOT_WARNING", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to SR-IOV networks require an SR-IOV capable NIC..
|
||||
/// </summary>
|
||||
@ -32312,11 +32303,13 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Creating this SR-IOV network will have effects on network connection status and [XenCenter] connections to the pool will temporarily be disturbed.
|
||||
/// Looks up a localized string similar to Creating this SR-IOV network will temporarily disturb [XenCenter] connections to the pool.
|
||||
///
|
||||
///You may need to reboot your server(s) to enable SR-IOV network..
|
||||
/// </summary>
|
||||
public static string SRIOV_NETWORK_CREATE_WILL_DISTURB_CONNECTION {
|
||||
public static string SRIOV_NETWORK_CREATE_WARNING {
|
||||
get {
|
||||
return ResourceManager.GetString("SRIOV_NETWORK_CREATE_WILL_DISTURB_CONNECTION", resourceCulture);
|
||||
return ResourceManager.GetString("SRIOV_NETWORK_CREATE_WARNING", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -11113,17 +11113,16 @@ Do you want to connect to the pool master '{1}'?</value>
|
||||
<data name="SRIOV_DISABLED" xml:space="preserve">
|
||||
<value>Yes (disabled)</value>
|
||||
</data>
|
||||
<data name="SRIOV_ENABLE_REBOOT_WARNING" xml:space="preserve">
|
||||
<value>These servers needs to be rebooted for this SR-IOV network to take effect:'{0}'</value>
|
||||
</data>
|
||||
<data name="SRIOV_NEED_NICSUPPORT" xml:space="preserve">
|
||||
<value>SR-IOV networks require an SR-IOV capable NIC.</value>
|
||||
</data>
|
||||
<data name="SRIOV_NETWORK_CREATE" xml:space="preserve">
|
||||
<value>Create &SR-IOV anyway</value>
|
||||
</data>
|
||||
<data name="SRIOV_NETWORK_CREATE_WILL_DISTURB_CONNECTION" xml:space="preserve">
|
||||
<value>Creating this SR-IOV network will have effects on network connection status and [XenCenter] connections to the pool will temporarily be disturbed</value>
|
||||
<data name="SRIOV_NETWORK_CREATE_WARNING" xml:space="preserve">
|
||||
<value>Creating this SR-IOV network will temporarily disturb [XenCenter] connections to the pool.
|
||||
|
||||
You may need to reboot your server(s) to enable SR-IOV network.</value>
|
||||
</data>
|
||||
<data name="SRPANEL_ACTIVE" xml:space="preserve">
|
||||
<value>Active</value>
|
||||
|
Loading…
Reference in New Issue
Block a user