Skip to content

Commit abe5dca

Browse files
authored
Update service-fabric-patch-orchestration-application.md
1 parent 8cd438e commit abe5dca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,11 @@ 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.
277+
276278
>[!NOTE]
277279
> A node stuck in a disabled state can block a new repair task, which will halt the patching operation on the cluster.
280+
278281
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.
279282

280283
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':
@@ -482,4 +485,4 @@ An administrator must intervene and determine why the application or cluster bec
482485
- Changing default value of InstallWindowsOSOnlyUpdates to False.
483486
484487
### Version 1.3.2
485-
- Fixing an issue which effected the patching lifecycle on a node in case there are nodes with name which is subset of the current node name. For such nodes, its possible, patching is missed or reboot is pending.
488+
- Fixing an issue which effected the patching lifecycle on a node in case there are nodes with name which is subset of the current node name. For such nodes, its possible, patching is missed or reboot is pending.

0 commit comments

Comments
 (0)