mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-219461: A new disk requires VM shutdown-restart in order to appear, not VM reboot.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
f4dfbe83b4
commit
c6004b664b
4
XenModel/Messages.Designer.cs
generated
4
XenModel/Messages.Designer.cs
generated
@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34209
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@ -22960,7 +22960,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The new disk will appear when you next restart the VM..
|
||||
/// Looks up a localized string similar to You need to shutdown and then restart the VM before it can access the new disk..
|
||||
/// </summary>
|
||||
public static string NEWDISKWIZARD_MESSAGE {
|
||||
get {
|
||||
|
@ -7863,7 +7863,7 @@ You should only proceed if you have verified that these settings are correct.</v
|
||||
<value>Never</value>
|
||||
</data>
|
||||
<data name="NEWDISKWIZARD_MESSAGE" xml:space="preserve">
|
||||
<value>The new disk will appear when you next restart the VM.</value>
|
||||
<value>You need to shutdown and then restart the VM before it can access the new disk.</value>
|
||||
</data>
|
||||
<data name="NEWDISKWIZARD_MESSAGE_TITLE" xml:space="preserve">
|
||||
<value>Disk Created</value>
|
||||
|
Loading…
Reference in New Issue
Block a user