【发布时间】:2020-05-08 12:58:57
【问题描述】:
我正在尝试在部署在 azure 上的 Windows2016 VM 上启动嵌套 VM(使用的大小允许嵌套虚拟化),在遵循所有指南之后,我不确定我可能缺少什么,因为我确实安装了 Hyper V:
角色经理:
服务:
尝试启动虚拟机时出错:
Start-VM : 'sfm-azure-01' failed to start.
Failed to start the virtual machine 'sfm-azure-01' because one of the Hyper-V components is not running.
'sfm-azure-01' failed to start. (Virtual machine ID BA61E565-9B2B-4180-B79D-FD3F16882314)
The Virtual Machine Management Service failed to start the virtual machine 'sfm-azure-01' because one of the Hyper-V components is
not running (Virtual machine ID BA61E565-9B2B-4180-B79D-FD3F16882314).
At line:1 char:1
+ Start-VM -Name sfm-azure-01
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-VM], VirtualizationException
+ FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.StartVM
使用的参考:https://docs.microsoft.com/azure/virtual-machines/windows/nested-virtualization
【问题讨论】:
标签: azure hyper-v windows-server-2016