Skip to content

Commit 0b109ce

Browse files
authored
Merge pull request #180533 from roygara/fixSharedStatement
Fix shared statement
2 parents 991aa07 + 961869a commit 0b109ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/virtual-machines-disks-shared-sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ms.custom: include file
1111
---
1212

13-
For now, only ultra disks, premium SSDs, and standard SSDs can enable shared disks. Different disk sizes may have a different `maxShares` limit, which you cannot exceed when setting the `maxShares` value. For premium SSDs, the disk sizes that support sharing their disks are P15 and greater.
13+
For now, only ultra disks, premium SSDs, and standard SSDs can enable shared disks. Different disk sizes may have a different `maxShares` limit, which you cannot exceed when setting the `maxShares` value.
1414

1515
For each disk, you can define a `maxShares` value that represents the maximum number of nodes that can simultaneously share the disk. For example, if you plan to set up a 2-node failover cluster, you would set `maxShares=2`. The maximum value is an upper bound. Nodes can join or leave the cluster (mount or unmount the disk) as long as the number of nodes is lower than the specified `maxShares` value.
1616

0 commit comments

Comments
 (0)