Skip to content

Commit 964abb2

Browse files
author
Jack Williams
authored
Update service-fabric-cluster-capacity.md
Add mention that downgrading durability levels is unsupported per ServiceFabric engineering team. Ran into an issue when downgrading from Gold to Silver that busted our SF cluster that prevented us from doing any VMSS operations until roughly 20% of the instances were deleted. Root cause was stated to be a customer self-inflicted issue by downgrading durability levels.
1 parent 17b581e commit 964abb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/service-fabric/service-fabric-cluster-capacity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Follow these recommendations for managing node types with Silver or Gold durabil
117117
Within certain constraints, node type durability level can be adjusted:
118118

119119
* Node types with durability levels of Silver or Gold can't be downgraded to Bronze.
120+
* Downgrading node types with durability level of Gold to Silver is not supported.
120121
* Upgrading from Bronze to Silver or Gold can take a few hours.
121122
* When changing durability level, be sure to update it in both the Service Fabric extension configuration in your virtual machine scale set resource and in the node type definition in your Service Fabric cluster resource. These values must match.
122123

@@ -202,4 +203,4 @@ For more on cluster planning, see:
202203
* [Disaster recovery planning](service-fabric-disaster-recovery.md)
203204

204205
<!--Image references-->
205-
[SystemServices]: ./media/service-fabric-cluster-capacity/SystemServices.png
206+
[SystemServices]: ./media/service-fabric-cluster-capacity/SystemServices.png

0 commit comments

Comments
 (0)