Skip to content

Commit f9c9f35

Browse files
Merge pull request #4688 from manishmsfte/main
disk warning added
2 parents e2b15fb + 41ac621 commit f9c9f35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
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.
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: 2 additions & 2 deletions
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.
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.
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":::
@@ -146,7 +146,7 @@ Scaling is an online operation and works in the same manner as described for pat
146146
* **Availability zone**: Select if you want to enable availability zones in this datacenter.
147147
* **Location**: Location where your datacenter is deployed.
148148
* **SKU size**: Choose from the available VM product tier sizes.
149-
* **No. of disks**: Choose the number of p30 disks to be attached to each Cassandra node.
149+
* **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.
150150
* **No. of nodes**: Choose the number of Cassandra nodes to deploy to this datacenter.
151151
* **Virtual network**: Select an existing virtual network and subnet.
152152

0 commit comments

Comments
 (0)