You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/how-to-managed-cluster-managed-disk.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,28 @@ author: tomvcassidy
7
7
ms.service: service-fabric
8
8
ms.custom: devx-track-arm-template
9
9
services: service-fabric
10
-
ms.date: 07/11/2022
10
+
ms.date: 05/21/2024
11
11
---
12
12
13
13
# Select managed disk types for Service Fabric managed cluster nodes
14
14
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
16
16
](../virtual-machines/managed-disks-overview.md).
17
17
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.
20
23
21
24
## Managed disk types
22
25
23
26
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*
27
30
* 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).
29
32
* Premium SSD locally redundant storage. Best for production and performance sensitive workloads.
30
33
31
34
>[!NOTE]
@@ -53,4 +56,4 @@ Possible values are:
53
56
}
54
57
```
55
58
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