“不允许升级策略”ClusterConfigurationUpgrade在独立群集上失败

时间:2017-07-12 21:02:39

标签: azure-service-fabric

v5.6.220.9494

我一直在挖掘最后几个小时试图解决这个问题。尝试进行clusterconfigurationupgrade时,我收到以下错误:

System.Fabric.FabricDeployer.ClusterManifestValidationException: Cluster manifest validation failed with exception System.ArgumentException: The upgrade policy is not allowed
at System.Fabric.Management.WindowsFabricValidator.FabricSettingsValidator.CompareSettings(ClusterManifestType newClusterManifest, String nodeTypeNameFilter)
at System.Fabric.FabricDeployer.FabricValidatorWrapper.CompareAndAnalyze(ClusterManifestType currentClusterManifest, ClusterManifestType targetClusterManifest, Infrastructure infrastructure, DeploymentParameters parameters)
at System.Fabric.FabricDeployer.FabricValidatorWrapper.CompareAndAnalyze(ClusterManifestType currentClusterManifest, ClusterManifestType targetClusterManifest, Infrastructure infrastructure, DeploymentParameters parameters)
at System.Fabric.FabricDeployer.DeploymentOperation.ExecuteOperationPrivate(DeploymentParameters parameters)
at System.Fabric.FabricDeployer.DeploymentOperation.ExecuteOperation(DeploymentParameters parameters)
at System.Fabric.FabricDeployer.Program.Main(String[] args)


我最终不得不回滚升级以恢复两个节点。如果有人能帮我指出正确的方向来解决这个错误,那就不胜感激了。

0 个答案:

没有答案