1. Microsoft Docs
"SAP HANA Azure virtual machine storage configurations"
Last updated: 01/29/2024.
Section: Linux LVM and mdadm: "For the SAP HANA data and log volumes
we don't recommend any RAID redundancy level. The reason is that Azure Premium Storage already provides a sufficient level of redundancy with three images of the disks... The main purpose of building a RAID volume is to stripe I/O against multiple Azure Premium disks." This statement directly supports using striping (RAID0) and advises against redundancy levels like RAID1
RAID5
and RAID6.
Section: Production recommended storage configuration: This section provides specific examples for different VM types
all of which use multiple disks striped together (RAID0) for /hana/data and /hana/log to achieve the required performance. For example
for an M32ts VM
it recommends "4 x P10" disks in a striped set for /hana/data.
Section: Considerations for the /hana/log volume: "For the /hana/log volume
the usage of RAID 5 is not supported." This explicitly disqualifies RAID5 as a correct answer.