在服务器中不能更改 Hyper-V 群集的 ConfigStoreRootPath Windows值
原始 KB 编号: 4488568
在 Windows Server 2016 和 Windows Server 2019 中配置 Hyper-V 群集的群集资源时,假定已使用下列 ConfigStoreRootPath
cmdlet 设置属性的值:
Get-ClusterResource -Cluster "Virtual Machine Cluster WMI" | Set-ClusterParameter -Name ConfigStoreRootPath -Value <Value>
尝试使用 cmdlet 更改值时 ConfigStoreRootPath
,您将收到以下错误消息:
请求不受支持
备注
值取决于共享存储卷的位置或它的子文件夹。 可以使用以下 cmdlet 验证位置:
Get-ClusterResource -Cluster "Virtual Machine Cluster WMI" | Get-ClusterParameter ConfigStoreRootPath
这是设计使的。 在群集资源的默认配置 ConfigStoreRootPath
中,不会为属性设置任何值。 如果设置了值,则此值将传播到跨平台的几个组件。 以后无法更改它。
备注
也不支持 ConfigStoreRootPath
更改群集注册表中属性的值。