影响版本:
AOS 6.5.x, AOS 6.1.x
描述:
PVM通过Protection Domain的本地快照还原时显示为空:
解决方法:
- 升级AOS版本至AOS 6.5.3或更新
零时解决方法
使用命令行还原
步骤如下:
- 列出Protection Domain所有VM快照:
nutanix@CVM$ ncli
ncli> protection-domain ls-snaps name="pd-name"
- 从快照还原虚拟机(还原不会覆盖源虚拟机):
nutanix@CVM$ ncli
ncli> protection-domain restore-snapshot name="name of Protection Domain" [="vm_names" ] [="vm_uuids" ] [="files" ] [="volume_group_uuids" ] [="path_prefix" ] [="vm_name_prefix" ] [="vg_name_prefix" ] [="snap_id" ]
例子:
这里protection-domain:RTP
快照ID:6200888
还原VM的名称:BCVK03
nutanix@CVM$ ncli
ncli> protection-domain restore-snapshot name=RTP snap-id=6200888 vm-names="BCVK03"
原文链接
Prism Element UI shows empty screen while restoring VM through local snapshot of Protection Domain