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:
jishengx 2018-06-18 19:36:12 +08:00 committed by Konstantina Chremmou
parent 88224df214
commit cf20ac13c4
3 changed files with 10 additions and 18 deletions

View File

@ -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);

View File

@ -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:&apos;{0}&apos;.
/// </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);
}
}

View File

@ -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 &amp;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>