mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CP-30405: Refine conditions when creating VM scheduled snapshots.
Since we support checkpoint of Nvidia VGPU dedicated VMs, the conditions text when new a VMSS needs to be refined.Note that Intel and AMD dedicated GPUs VMs still be blocked for checkpoint. Signed-off-by: Min Li <min.li1@citrix.com>
This commit is contained in:
parent
ada6f7dac7
commit
3f4cf82a13
@ -227,7 +227,7 @@
|
|||||||
|
|
||||||
1. The VM is running or suspended at the time the snapshot is scheduled.
|
1. The VM is running or suspended at the time the snapshot is scheduled.
|
||||||
2. The VM has [Citrix VM Tools] installed.
|
2. The VM has [Citrix VM Tools] installed.
|
||||||
3. The VM does NOT have dedicated GPU assigned to it.</value>
|
3. If the VM has a dedicated GPU assigned to it, this GPU supports disk and memory snapshots.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>labelWarning.Name" xml:space="preserve">
|
<data name=">>labelWarning.Name" xml:space="preserve">
|
||||||
<value>labelWarning</value>
|
<value>labelWarning</value>
|
||||||
|
@ -227,7 +227,7 @@
|
|||||||
|
|
||||||
1. 计划创建快照时 VM 正在运行或已暂停。
|
1. 计划创建快照时 VM 正在运行或已暂停。
|
||||||
2. VM 上已安装 [Citrix VM Tools]。
|
2. VM 上已安装 [Citrix VM Tools]。
|
||||||
3. VM 没有为其分配的专用 GPU。</value>
|
3. 如果VM有为其分配的专用GPU, 该GPU支持磁盘和内存快照。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>labelWarning.Name" xml:space="preserve">
|
<data name=">>labelWarning.Name" xml:space="preserve">
|
||||||
<value>labelWarning</value>
|
<value>labelWarning</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user