Skip to content

Commit 093bfdf

Browse files
authored
Merge pull request #275884 from tomvcassidy/diskUpdateNotes
better clarification for disk updating on sfmc
2 parents e30f31c + e4183cf commit 093bfdf

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

articles/service-fabric/how-to-managed-cluster-managed-disk.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,28 @@ author: tomvcassidy
77
ms.service: service-fabric
88
ms.custom: devx-track-arm-template
99
services: service-fabric
10-
ms.date: 07/11/2022
10+
ms.date: 05/21/2024
1111
---
1212

1313
# Select managed disk types for Service Fabric managed cluster nodes
1414

15-
Azure Service Fabric managed clusters use managed disks for all storage needs, including application data, for scenarios such as reliable collections and actors. Azure managed disks are block-level storage volumes that are managed by Azure and used with Azure Virtual Machines. Managed disks are like a physical disk in an on-premises server but, virtualized. With managed disks, all you have to do is specify the disk size, the disk type, and provision the disk. Once you provision the disk, Azure handles the rest. For more information about managed disks, see [Introduction to Azure managed disks
15+
Azure Service Fabric managed clusters use managed disks for all storage needs, including application data, for scenarios such as reliable collections and actors. Azure managed disks are block-level storage volumes managed by Azure and used with Azure Virtual Machines. Managed disks are like a physical disk in an on-premises server but, virtualized. With managed disks, all you have to do is specify the disk size, the disk type, and provision the disk. Once you provision the disk, Azure handles the rest. For more information about managed disks, see [Introduction to Azure managed disks
1616
](../virtual-machines/managed-disks-overview.md).
1717

18-
>[!NOTE]
19-
> After node type deployment you cannot modify the managed disk type or size in place. Instead, you can easily deploy a new node type with the required configuration in your cluster and migrate your workloads.
18+
**Disk size update:** Customers have the capability to update the disk size on current node type; however, it's important to note that only new nodes on the existing node type receive the new disk size. To implement this change, users can follow two approaches:
19+
* Scale the node type by adding new nodes with the desired disk size, and then remove the old nodes with smaller disk sizes.
20+
* Alternatively, create a new node type with the desired disk size and migrate their workload to the new node type using placement constraints.
21+
22+
**Disk type update:** Updating disk types in place for node types isn't supported. Therefore, the only viable option is to create a new node type with the desired disk type and migrate the workload accordingly. This process ensures a seamless transition to the updated disk type without disrupting the cluster's operation.
2023

2124
## Managed disk types
2225

2326
Azure Service Fabric manged clusters support the following managed disk types:
24-
* Standard HDD
25-
* Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access.
26-
* Standard SSD *Default*
27+
* Standard hard disk drive (HDD)
28+
* Standard HDD locally redundant storage. Best for backup, noncritical, and infrequent access.
29+
* Standard solid-state drive (SSD) *Default*
2730
* Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications, and dev/test.
28-
* Premium SSD *Compatible with specific VM sizes* for more information, see [Premium SSD](../virtual-machines/disks-types.md#premium-ssds)
31+
* Premium SSD *compatible with specific virtual machines (VM) sizes*. For more information, see [Premium SSD](../virtual-machines/disks-types.md#premium-ssds).
2932
* Premium SSD locally redundant storage. Best for production and performance sensitive workloads.
3033

3134
>[!NOTE]
@@ -53,4 +56,4 @@ Possible values are:
5356
}
5457
```
5558

56-
Sample templates are available that include this specification: [Service Fabric managed cluster templates](https://github.com/Azure-Samples/service-fabric-cluster-templates)
59+
Sample templates are available that include this specification: [Service Fabric managed cluster templates](https://github.com/Azure-Samples/service-fabric-cluster-templates).

0 commit comments

Comments
 (0)