microsoft / service-fabric-issues

This repo is for the reporting of issues found with Azure Service Fabric.
168 stars 21 forks source link

How to skip PreUpgradeSafetyCheck in Start-ServiceFabricClusterConfigurationUpgrade #1491

Closed lukesha closed 5 years ago

lukesha commented 5 years ago

I have one standalone service fabric cluster which have 9 nodes separated by 4 type TypeA: node1/2/3 TypeB: node4/5/6 TypeC: node7/8 TypeD: node9

During config upgrade (Start-ServiceFabricClusterConfigurationUpgrade), it's stuck in PreUpgradeSafetyCheck->EnsureAvailability in Node9.

I have same issue during code upgrade (Start-ServiceFabricClusterUpgrade) before, it was resolved by adding UpgradeReplicaSetCheckTimeout parameter.

But there is no UpgradeReplicaSetCheckTimeout parameter for Start-ServiceFabricClusterConfigurationUpgrade, how to skip PreUpgradeSafetyCheck here?

lukesha commented 5 years ago

find way to meet requirement, close thread

Update-ServiceFabricClusterUpgrade -UpgradeReplicaSetCheckTimeoutSec 30