Skip to content

Commit ccd3b97

Browse files
committed
Updated disk count formula
1 parent ba589a3 commit ccd3b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/site-recovery/vmware-physical-azure-support-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Guest operating system | Verify [supported operating systems](#replicated-machin
391391
Guest operating system architecture | 64-bit. | Check fails if unsupported.
392392
Operating system disk size | Up to 2,048 GB for Generation 1 machines. <br> Up to 4,095 GB for Generation 2 machines. | Check fails if unsupported.
393393
Operating system disk count | 1 </br> boot and system partition on different disks isn't supported | Check fails if unsupported.
394-
Data disk count | 64 or less. | Check fails if unsupported.
394+
Data disk count | 64 or less. | The number of supported disk could get affected if the count of logical volumes is large. In such scenarios, use the below formula to calculate maximum supported count of data disks. </br></br> If all disks share a logical volume: </br></br> D < 627790 / (450 + (Count of Logical Volume * 317))</br></br> If logical volume shared by disks is varying: </br></br> D < (627790 - (Count of times Logical Volume is repeated * Count of Logical Volume * 317)) / 450
395395
Data disk size | Up to 32 TB when replicating to managed disk (9.41 version onwards)<br> Up to 4 TB when replicating to storage account </br> Each premium storage account can host up to 35 TB of data </br> Minimum disk size requirement - at least 1 GB | Check fails if unsupported.
396396
RAM | Site Recovery driver consumes 6% of RAM.
397397
Network adapters | Multiple adapters are supported. |

0 commit comments

Comments
 (0)