Skip to content

Commit 8cd438e

Browse files
committed
Loc update
1 parent 7de6a86 commit 8cd438e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/service-fabric/service-fabric-patch-orchestration-application.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ The NodeAgentNTService creates [repair tasks](https://docs.microsoft.com/dotnet/
273273

274274
[![Image of Cluster patching status](media/service-fabric-patch-orchestration-application/clusterpatchingstatus.png)](media/service-fabric-patch-orchestration-application/clusterpatchingstatus.png#lightbox)
275275

276-
4. Once the node is disabled, the repair task is moved to Executing state. Note, a repair task stuck in preparing state, because a node is stuck in disabling state can result in blocking new repair task and hence halt patching of cluster.
276+
>[!NOTE]
277+
> A node stuck in a disabled state can block a new repair task, which will halt the patching operation on the cluster.
277278
5. Once repair task is in executing state, the patch installation on that node begins. Here on, once the patch is installed, the node may or may not be restarted depending on the patch. Post that the repair task is moved to restoring state, which enables back the node again and then it is marked as completed.
278279

279280
In v1.4.0 and above versions of the application, status of the update can be found by looking at the health events on NodeAgentService with property "WUOperationStatus-[NodeName]". The highlighted sections in the images below show the status of windows update on node 'poanode_0' and 'poanode_2':

0 commit comments

Comments
 (0)