Skip to content

Commit 4125bc1

Browse files
committed
Address blocking issues
1 parent 9a02e86 commit 4125bc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/service-fabric/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@
678678
- name: Remote connect to cluster node VM
679679
href: service-fabric-cluster-remote-connect-to-azure-cluster-node.md
680680
- name: Upgrade cluster nodes to use managed disks
681-
href: service-fabric-upgrade-to-managed-disks.md
681+
href: upgrade-managed-disks.md
682682
- name: Standalone clusters
683683
items:
684684
- name: Create

articles/service-fabric/upgrade-managed-disks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ foreach($name in $nodeNames){
313313

314314
Use Service Fabric Explorer to monitor the migration of seed nodes to the new scale set and the progression of nodes in the original scale set from *Disabling* to *Disabled* status.
315315

316-
![Service Fabric Explorer showing status of disabled nodes](./media/service-fabric-upgrade-to-managed-disks/sfx-node-status.png)
316+
![Service Fabric Explorer showing status of disabled nodes](./media/upgrade-managed-disks/service-fabric-explorer-node-status.png)
317317

318318
> [!NOTE]
319319
> It may take some time to complete the disabling operation across all the nodes of the original scale set. To guarantee data consistency, only one seed node can change at a time. Each seed node change requires a cluster update; thus replacing a seed node requires two cluster upgrades (one each for node addition and removal). Upgrading the five seed nodes in this sample scenario will result in ten cluster upgrades.
@@ -336,7 +336,7 @@ Write-Host "Removed scale set $scaleSetName"
336336

337337
In Service Fabric Explorer, the removed nodes (and thus the *Cluster Health State*) will now appear in *Error* state.
338338

339-
![Service Fabric Explorer showing disabled nodes in error state](./media/service-fabric-upgrade-to-managed-disks/sfx-disabled-nodes-error-state.png)
339+
![Service Fabric Explorer showing disabled nodes in error state](./media/upgrade-managed-disks/service-fabric-explorer-disabled-nodes-error-state.png)
340340

341341
Remove the obsolete nodes from the Service Fabric cluster to restore the Cluster Health State to *OK*.
342342

@@ -348,7 +348,7 @@ foreach($name in $nodeNames){
348348
}
349349
```
350350

351-
![Service Fabric Explorer with down nodes in error state removed](./media/service-fabric-upgrade-to-managed-disks/sfx-healthy-cluster.png)
351+
![Service Fabric Explorer with down nodes in error state removed](./media/upgrade-managed-disks/service-fabric-explorer-healthy-cluster.png)
352352

353353
## Next steps
354354

0 commit comments

Comments
 (0)