Skip to content

Commit 2cd854c

Browse files
Merge pull request #4847 from manishmsfte/main
update on number of disks
2 parents 0307415 + 71bd1a1 commit 2cd854c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

articles/managed-instance-apache-cassandra/create-cluster-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This quickstart demonstrates how to use the Azure CLI commands to create a clust
8686
1. Create a datacenter for the cluster with three virtual machines (VMs). Use the following configuration:
8787

8888
- **VM size**: Standard E8s v5
89-
- **Data disks**: 4 P30 disks attached to each of the VMs deployed, When calculating storage capacity, assume a maximum sustained usage of 50%. This buffer accounts for tombstones and disk consumption by system services. Additionally, backups temporarily consume disk space before data is persisted to Blob storage.
89+
- **Data disks**: Four P30 disks are attached to each deployed VM. When sizing storage, plan for a maximum sustained utilization of 50% to provide adequate headroom for tombstones and disk usage by system services. Additionally, backups temporarily consume local disk space before being persisted to Blob storage.
9090

9191
After all the information is in place, use the [az managed-cassandra datacenter create](/cli/azure/managed-cassandra/datacenter#az-managed-cassandra-datacenter-create) command:
9292

articles/managed-instance-apache-cassandra/create-cluster-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
7979
We introduced write-through caching (public preview) by using L-series VM product tiers. This implementation aims to minimize tail latencies and enhance read performance, particularly for read-intensive workloads. These specific product tiers are equipped with locally attached disks, which ensure increased IOPS for read operations and reduced tail latency.
8080

8181
Write-through caching is provided without a service-level agreement (SLA). We don't recommend it for production workloads. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
82-
- **No. of disks**: Choose the number of p30 disks to be attached to each Cassandra node. When calculating storage capacity, assume a maximum sustained usage of 50%. This buffer accounts for tombstones and disk consumption by system services. Additionally, backups temporarily consume disk space before data is persisted to Blob storage.
82+
- **No. of disks**: Select the number of P30 disks to attach to each Cassandra node (a minimum of four is strongly recommended). When sizing storage, plan for only 50% sustained disk utilization to allow capacity headroom for tombstones and system-level disk usage. Note that backups also temporarily consume local disk space before being transferred to Blob storage.
8383
- **No. of nodes**: Choose the number of Cassandra nodes to deploy to this datacenter.
8484

8585
:::image type="content" source="media/create-cluster-portal/create-datacenter-page.png" border="true" alt-text="Screenshot that shows the Data center tab where you can review the values." lightbox="media/create-cluster-portal/create-datacenter-page.png":::

0 commit comments

Comments
 (0)